diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:52 +0000 |
commit | 00caedf86ebb6317c1abba2cb7477f9df88988b9 (patch) | |
tree | dd7439720430cc8e299d231355586738dad54a5f /target/linux/xburst/Makefile | |
parent | 8942d4dc04b0702505296ec6280dd67a66dc2af2 (diff) | |
download | upstream-00caedf86ebb6317c1abba2cb7477f9df88988b9.tar.gz upstream-00caedf86ebb6317c1abba2cb7477f9df88988b9.tar.bz2 upstream-00caedf86ebb6317c1abba2cb7477f9df88988b9.zip |
xburst: switch to 3.8
Compile tested only, so add broken flag.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35933
Diffstat (limited to 'target/linux/xburst/Makefile')
-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 9b4ac88458..052d1517f0 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.3.8 +LINUX_VERSION:=3.8.2 DEVICE_TYPE=other |