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 | 4065df02dac1beb009084f4174b62fd602b86dec (patch) | |
tree | 2a0d6d00ef4040e98eae8c41b2e1064a75c9ea32 /target/linux/xburst/Makefile | |
parent | 583a854596e4f921cd2ae3d3cd10ce2f2043b20d (diff) | |
download | upstream-4065df02dac1beb009084f4174b62fd602b86dec.tar.gz upstream-4065df02dac1beb009084f4174b62fd602b86dec.tar.bz2 upstream-4065df02dac1beb009084f4174b62fd602b86dec.zip |
[target/xburst] verified to work - remove broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32469 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/Makefile')
-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 |