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 | 0598d777b80b31773e7a70535e3e5ba1aa18f210 (patch) | |
tree | c7e92d588c30dcf111ad53165e34d10facb96ffb /target/linux | |
parent | 610c6e99483aa712079dda6b9371fb85c284d97c (diff) | |
download | master-187ad058-0598d777b80b31773e7a70535e3e5ba1aa18f210.tar.gz master-187ad058-0598d777b80b31773e7a70535e3e5ba1aa18f210.tar.bz2 master-187ad058-0598d777b80b31773e7a70535e3e5ba1aa18f210.zip |
ipq806x: enable vfpv4 support and set cpu type to cortex-a9
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47468 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |