From 00dcccc74cf893dc453c715c74c342f88a67c6c0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 17 Apr 2018 13:43:06 +0200 Subject: mediatek: fix target FPU settings This reverts commit 5555545494c876adedf4f0038db49c1d85527e78. The target supports both NEON and VFPv4, but for this to work properly, a few more changes are needed: - enable NEON support in the kernel config - add the fpu feature flag to the makefile Signed-off-by: Felix Fietkau --- target/linux/mediatek/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mediatek/Makefile') diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index fb294ad8fb..415fe94504 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 +FEATURES:=squashfs nand ubifs fpu MAINTAINER:=John Crispin KERNEL_PATCHVER:=4.14 -- cgit v1.2.3