diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-24 10:38:50 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-24 10:38:50 +0000 |
commit | c9f274fad38266959242f880acb550823efe17be (patch) | |
tree | 82b23339d47099479e84a9a884b4be042a1a35c0 /target/linux/xburst | |
parent | c11389d7a250d883a6d4efc0ebee1165250dbd93 (diff) | |
download | master-187ad058-c9f274fad38266959242f880acb550823efe17be.tar.gz master-187ad058-c9f274fad38266959242f880acb550823efe17be.tar.bz2 master-187ad058-c9f274fad38266959242f880acb550823efe17be.zip |
mark 3.10 targets as broken
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44968 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst')
-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 adeb7d6ba6..fe4143da05 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 nand ubifs audio +FEATURES:=targz nand ubifs audio broken SUBTARGETS:=qi_lb60 KERNEL_PATCHVER:=3.10 |