summaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x
diff options
context:
space:
mode:
authorAdrián Panella <ianchi74@outlook.com>2016-05-07 16:22:37 -0500
committerJohn Crispin <john@phrozen.org>2016-05-12 03:29:36 +0200
commite1041e1bc0429442e151e18ec6cbbb28cc050bbe (patch)
treefb4359ca4c4b89f97413414aa883bbf810e72091 /target/linux/ipq806x
parente288e1bd3210c2025f6fc0dd9c338ea9dbf04bca (diff)
downloadmaster-31e0f0ae-e1041e1bc0429442e151e18ec6cbbb28cc050bbe.tar.gz
master-31e0f0ae-e1041e1bc0429442e151e18ec6cbbb28cc050bbe.tar.bz2
master-31e0f0ae-e1041e1bc0429442e151e18ec6cbbb28cc050bbe.zip
ipq806x: enable fpu
Enable hardfloat to use all the cpu power Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r--target/linux/ipq806x/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <blogic@openwrt.org>