projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e288e1b
)
ipq806x: enable fpu
author
Adrián Panella
<ianchi74@outlook.com>
Sat, 7 May 2016 21:22:37 +0000
(16:22 -0500)
committer
John Crispin
<john@phrozen.org>
Thu, 12 May 2016 01:29:36 +0000
(
03:29
+0200)
Enable hardfloat to use all the cpu power
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
target/linux/ipq806x/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ipq806x/Makefile
b/target/linux/ipq806x/Makefile
index 97a40cfe0718db3a9e74d22ff2add1b97f40aaec..689ba649731fe19c82b53686d3d92432386f4952 100644
(file)
--- 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>