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 | 2e543cbb0c878d4b1ac0623fb7c1c295c30a2ed5 (patch) | |
tree | 54aee08c2170e61f92a4deb446621ccc2a374efe /target/linux/cns21xx | |
parent | 9d26ebe95183ebc392ed023c21560b69e88541a2 (diff) | |
download | upstream-2e543cbb0c878d4b1ac0623fb7c1c295c30a2ed5.tar.gz upstream-2e543cbb0c878d4b1ac0623fb7c1c295c30a2ed5.tar.bz2 upstream-2e543cbb0c878d4b1ac0623fb7c1c295c30a2ed5.zip |
cns21xx: remove broken flag
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34759 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |