diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-22 18:44:05 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-22 18:44:05 +0000 |
commit | 63856d83f2b08a28b1d0afd20e6fffebf7232604 (patch) | |
tree | 0c4e45d5debcacc9995777a93ad4bb4100ce0fbe /target/linux | |
parent | 0dc93bb7c6f1a12926226d2adfc494b8e56ec65f (diff) |
xburst: Unmark broken
3.10 support is working fine for this platform, so unmark it broken.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37512 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 c9e42397be..546c3e40de 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:=targz ubifs audio broken +FEATURES:=targz ubifs audio SUBTARGETS:=qi_lb60 n516 n526 id800wt LINUX_VERSION:=3.10.1 |