diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-14 14:22:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-14 14:22:24 +0000 |
commit | 06f79fe8416966573b408f2607e6d3b02d230125 (patch) | |
tree | 766d0384737736ec197d444ec789967fcf4c07be /target/linux/ipq806x/Makefile | |
parent | cb0c8da7c26ffbc361f70f4a343e4f82c0429669 (diff) | |
download | upstream-06f79fe8416966573b408f2607e6d3b02d230125.tar.gz upstream-06f79fe8416966573b408f2607e6d3b02d230125.tar.bz2 upstream-06f79fe8416966573b408f2607e6d3b02d230125.zip |
ipq806x: enable vfpv4 support and set cpu type to cortex-a9
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47468
Diffstat (limited to 'target/linux/ipq806x/Makefile')
-rw-r--r-- | target/linux/ipq806x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 45f83ddcdf..97a40cfe07 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -6,7 +6,8 @@ ARCH:=arm BOARD:=ipq806x BOARDNAME:=Qualcomm Atheros IPQ806X FEATURES:=squashfs nand ubifs -CPU_TYPE:=cortex-a7 +CPU_TYPE:=cortex-a9 +CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin <blogic@openwrt.org> KERNEL_PATCHVER:=3.18 |