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 | 3a3b7f8beb08147c1c0ab7943279fc79aa9aa3e8 (patch) | |
tree | c7ef3fdf747ecbcde35cf1d07c0ee3ca2dd2cfa0 /target/linux/xburst | |
parent | 6aee5d7ee0ab1b5bb864596177582f808d68cb0b (diff) | |
download | upstream-3a3b7f8beb08147c1c0ab7943279fc79aa9aa3e8.tar.gz upstream-3a3b7f8beb08147c1c0ab7943279fc79aa9aa3e8.tar.bz2 upstream-3a3b7f8beb08147c1c0ab7943279fc79aa9aa3e8.zip |
xburst: switch to 3.3 and add broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31903 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst')
-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 |