diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 14:51:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 14:51:58 +0000 |
commit | b2caa5db248f8a212de2c0adc9835d2949db75ff (patch) | |
tree | c6540c82bb3237142df35fff994c51b6c33be210 /target/linux/cns21xx | |
parent | 39796c434cef086f43857e14a56a52414ac45a11 (diff) | |
download | upstream-b2caa5db248f8a212de2c0adc9835d2949db75ff.tar.gz upstream-b2caa5db248f8a212de2c0adc9835d2949db75ff.tar.bz2 upstream-b2caa5db248f8a212de2c0adc9835d2949db75ff.zip |
cns21xx: remove broken flag
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34759
Diffstat (limited to 'target/linux/cns21xx')
-rw-r--r-- | target/linux/cns21xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns21xx/Makefile b/target/linux/cns21xx/Makefile index cc7f18c756..613137771c 100644 --- a/target/linux/cns21xx/Makefile +++ b/target/linux/cns21xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=cns21xx BOARDNAME:=Cavium Networks Econa CNS21xx -FEATURES:=squashfs broken +FEATURES:=squashfs CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves LINUX_VERSION:=3.6.11 |