diff options
author | Adrián Panella <ianchi74@outlook.com> | 2016-05-07 16:22:37 -0500 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-12 03:29:36 +0200 |
commit | e1041e1bc0429442e151e18ec6cbbb28cc050bbe (patch) | |
tree | fb4359ca4c4b89f97413414aa883bbf810e72091 /target/linux/ipq806x/Makefile | |
parent | e288e1bd3210c2025f6fc0dd9c338ea9dbf04bca (diff) | |
download | upstream-e1041e1bc0429442e151e18ec6cbbb28cc050bbe.tar.gz upstream-e1041e1bc0429442e151e18ec6cbbb28cc050bbe.tar.bz2 upstream-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/Makefile')
-rw-r--r-- | target/linux/ipq806x/Makefile | 2 |
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> |