diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-06-20 19:04:35 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-06-20 19:04:35 +0000 |
commit | f45cd305435ab6fb16384b260d007413eac21231 (patch) | |
tree | 5e2436e7b10c42a5bc6fc5e968911089247a5741 /target | |
parent | 3143f035685b61147602566c0209da53fcbfc77f (diff) | |
download | upstream-f45cd305435ab6fb16384b260d007413eac21231.tar.gz upstream-f45cd305435ab6fb16384b260d007413eac21231.tar.bz2 upstream-f45cd305435ab6fb16384b260d007413eac21231.zip |
verified to work - remove broken flag
SVN-Revision: 32469
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index da18210880..9b4ac88458 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=xburst BOARDNAME:=Ingenic XBurst -FEATURES:=jffs2 targz ubifs audio broken +FEATURES:=jffs2 targz ubifs audio SUBTARGETS:=qi_lb60 n516 n526 id800wt LINUX_VERSION:=3.3.8 |