From 993ba6b10921e6842d3cd09f9ef2f86cfddfc46a Mon Sep 17 00:00:00 2001 From: Adrian Panella Date: Thu, 23 Jun 2016 18:43:22 +0200 Subject: [PATCH] ipq806x: enable fpu Enable hardfloat to use all the cpu power Signed-off-by: Adrian Panella --- target/linux/ipq806x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 97a40cfe07..689ba64973 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=ipq806x BOARDNAME:=Qualcomm Atheros IPQ806X -FEATURES:=squashfs nand ubifs +FEATURES:=squashfs nand ubifs fpu CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin -- 2.35.1