From: Adrian Panella Date: Thu, 23 Jun 2016 16:43:22 +0000 (+0200) Subject: ipq806x: enable fpu X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=993ba6b10921e6842d3cd09f9ef2f86cfddfc46a;p=openwrt-github%2F.git ipq806x: enable fpu Enable hardfloat to use all the cpu power Signed-off-by: Adrian Panella --- 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