diff options
author | John Crispin <john@phrozen.org> | 2018-02-12 11:35:47 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-12 11:36:24 +0100 |
commit | a464fba7eb0c5a0d8d6cb2fb9ae8fe00d67d8e2b (patch) | |
tree | 2c895846bf592e111b63dfdafcf8bf8ef3bbc9cd /target/linux | |
parent | 89a0fed2a2d2fc8b5e8eef4247f572ed9b53e72b (diff) | |
download | upstream-a464fba7eb0c5a0d8d6cb2fb9ae8fe00d67d8e2b.tar.gz upstream-a464fba7eb0c5a0d8d6cb2fb9ae8fe00d67d8e2b.tar.bz2 upstream-a464fba7eb0c5a0d8d6cb2fb9ae8fe00d67d8e2b.zip |
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@phrozen.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index 6824111d85..4ebac09a6e 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@phrozen.org> KERNEL_PATCHVER:=4.9 |