aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-19 23:50:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-19 23:50:25 +0000
commit1067ccf9f789c35c6ceeb0d0b55113ca733fb5db (patch)
tree2eb97407c91e72ab187cbe85f9c16f5ac38d69e8 /target
parent2db9e9f624358de72309f5e7eadd5a87cd969d14 (diff)
downloadupstream-1067ccf9f789c35c6ceeb0d0b55113ca733fb5db.tar.gz
upstream-1067ccf9f789c35c6ceeb0d0b55113ca733fb5db.tar.bz2
upstream-1067ccf9f789c35c6ceeb0d0b55113ca733fb5db.zip
cns3xxx: remove the broken flag
SVN-Revision: 33493
Diffstat (limited to 'target')
-rw-r--r--target/linux/cns3xxx/Makefile2
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>