projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs...
[openwrt.git]
/
target
/
linux
/
cns3xxx
/
Makefile
diff --git
a/target/linux/cns3xxx/Makefile
b/target/linux/cns3xxx/Makefile
index
45faa10
..
e2297a6
100644
(file)
--- a/
target/linux/cns3xxx/Makefile
+++ b/
target/linux/cns3xxx/Makefile
@@
-10,9
+10,10
@@
ARCH:=arm
BOARD:=cns3xxx
BOARDNAME:=Cavium Networks Econa CNS3xxx
FEATURES:=squashfs fpu gpio
BOARD:=cns3xxx
BOARDNAME:=Cavium Networks Econa CNS3xxx
FEATURES:=squashfs fpu gpio
-CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time
+CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
+MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-LINUX_VERSION:=2.6.3
1.1
4
+LINUX_VERSION:=2.6.3
9.
4
include $(INCLUDE_DIR)/target.mk
include $(INCLUDE_DIR)/target.mk
This page took
0.020734 seconds
and
4
git commands to generate.