aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
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
commit039dcc7b78432313e3c9ee70299e504343e2c25f (patch)
treeaea617be4972df9038e88bafdb4d37a1a92edb86 /target/linux/cns3xxx
parent9593dde703b79d9994eccbebc633969f2d6be2b5 (diff)
downloadupstream-039dcc7b78432313e3c9ee70299e504343e2c25f.tar.gz
upstream-039dcc7b78432313e3c9ee70299e504343e2c25f.tar.bz2
upstream-039dcc7b78432313e3c9ee70299e504343e2c25f.zip
cns3xxx: remove the broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33493 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-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>