projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e5a8c4
)
ipq806x: change compiler flags to arm cortex-a15
author
Josh Bendavid
<joshbendavid@gmail.com>
Wed, 13 Jul 2016 09:20:19 +0000
(11:20 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 17 Jul 2016 15:29:12 +0000
(17:29 +0200)
Signed-off-by: Josh Bendavid <joshbendavid@gmail.com>
target/linux/ipq806x/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ipq806x/Makefile
b/target/linux/ipq806x/Makefile
index 0a7a7779f1156b44d152bc139db9b854299cc256..8725a11936fb7bf5c5f12eaac331e44b539d49e8 100644
(file)
--- a/
target/linux/ipq806x/Makefile
+++ b/
target/linux/ipq806x/Makefile
@@
-6,7
+6,7
@@
ARCH:=arm
BOARD:=ipq806x
BOARDNAME:=Qualcomm Atheros IPQ806X
FEATURES:=squashfs nand ubifs fpu
-CPU_TYPE:=cortex-a
9
+CPU_TYPE:=cortex-a
15
CPU_SUBTYPE:=neon-vfpv4
MAINTAINER:=John Crispin <john@phrozen.org>