aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-05-12 23:12:41 +0000
committerLars-Peter Clausen <lars@metafoo.de>2010-05-12 23:12:41 +0000
commitb2d6bdcdda588c94900827362a6ad325ff804721 (patch)
tree402c05359e50ec9e57f35311ae676c231145df39 /target/linux/xburst/Makefile
parentd17202487530955337093ebd8110279d5c21f2f9 (diff)
downloadupstream-b2d6bdcdda588c94900827362a6ad325ff804721.tar.gz
upstream-b2d6bdcdda588c94900827362a6ad325ff804721.tar.bz2
upstream-b2d6bdcdda588c94900827362a6ad325ff804721.zip
[xburst] Add 2.6.34 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21438 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/Makefile')
-rw-r--r--target/linux/xburst/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile
index 1381972900..3a68cabe95 100644
--- a/target/linux/xburst/Makefile
+++ b/target/linux/xburst/Makefile
@@ -12,14 +12,12 @@ BOARDNAME:=Ingenic XBurst
FEATURES:=jffs2 targz ubifs audio
SUBTARGETS:=qi_lb60 n516 n526
-LINUX_VERSION:=2.6.32.12
+LINUX_VERSION:=2.6.34-rc7
DEVICE_TYPE=other
include $(INCLUDE_DIR)/target.mk
-KERNELNAME:=uImage
-
define Target/Description
Build firmware images for XBurst JZ47x0 based boards.
endef