diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:33 +0000 |
commit | d043cb2c349a8c1d8f344913547175895c988699 (patch) | |
tree | 6716c570aa38cb7ce3c34a66a0ae9606ff632609 /target | |
parent | 9a26e9f843132cb826555159c1b7799f083f83ff (diff) | |
download | upstream-d043cb2c349a8c1d8f344913547175895c988699.tar.gz upstream-d043cb2c349a8c1d8f344913547175895c988699.tar.bz2 upstream-d043cb2c349a8c1d8f344913547175895c988699.zip |
xburst: switch to 3.3 and add broken flag
SVN-Revision: 31903
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/xburst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index db0731bf83..fcb024bc3e 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=xburst BOARDNAME:=Ingenic XBurst -FEATURES:=jffs2 targz ubifs audio +FEATURES:=jffs2 targz ubifs audio broken SUBTARGETS:=qi_lb60 n516 n526 id800wt -LINUX_VERSION:=3.2.16 +LINUX_VERSION:=3.3.7 DEVICE_TYPE=other |