diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:50:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:50:25 +0000 |
commit | 1067ccf9f789c35c6ceeb0d0b55113ca733fb5db (patch) | |
tree | 2eb97407c91e72ab187cbe85f9c16f5ac38d69e8 | |
parent | 2db9e9f624358de72309f5e7eadd5a87cd969d14 (diff) | |
download | upstream-1067ccf9f789c35c6ceeb0d0b55113ca733fb5db.tar.gz upstream-1067ccf9f789c35c6ceeb0d0b55113ca733fb5db.tar.bz2 upstream-1067ccf9f789c35c6ceeb0d0b55113ca733fb5db.zip |
cns3xxx: remove the broken flag
SVN-Revision: 33493
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index a638661aa8..ae0ddd9ecf 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=cns3xxx BOARDNAME:=Cavium Networks Econa CNS3xxx -FEATURES:=squashfs fpu gpio broken +FEATURES:=squashfs fpu gpio CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |