diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 14:51:58 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 14:51:58 +0000 |
commit | dd7a2189bf805a4705d06c3ebbf29dd64909fd26 (patch) | |
tree | 54aee08c2170e61f92a4deb446621ccc2a374efe /target/linux | |
parent | 9d1207910d342a80b4ebeeed621acb493c55d6bb (diff) |
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')
-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 |