[openwrt/openwrt] Revert "mediatek: activate fpu feature flag"

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 12 02:36:35 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/a464fba7eb0c5a0d8d6cb2fb9ae8fe00d67d8e2b

commit a464fba7eb0c5a0d8d6cb2fb9ae8fe00d67d8e2b
Author: John Crispin <john at phrozen.org>
AuthorDate: Mon Feb 12 11:35:47 2018 +0100

    Revert "mediatek: activate fpu feature flag"
    
    This reverts commit 3594447a7d0398c55ea78f658b52b7d8084ae9f9.
    
    This causes the userland to not come up properly
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/mediatek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile
index 6824111..4ebac09 100644
--- a/target/linux/mediatek/Makefile
+++ b/target/linux/mediatek/Makefile
@@ -6,7 +6,7 @@ ARCH:=arm
 BOARD:=mediatek
 BOARDNAME:=MediaTek Ralink ARM
 SUBTARGETS:=32
-FEATURES:=squashfs nand ubifs fpu
+FEATURES:=squashfs nand ubifs
 MAINTAINER:=John Crispin <john at phrozen.org>
 
 KERNEL_PATCHVER:=4.9



More information about the lede-commits mailing list