diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-12 23:12:41 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-12 23:12:41 +0000 |
commit | 29ec26ff1bdcb281b6331f4a88b3813fb8ed0c75 (patch) | |
tree | 402c05359e50ec9e57f35311ae676c231145df39 /target/linux/xburst/Makefile | |
parent | 8f059e046aa981835622446c16530981d5a14909 (diff) |
[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/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 138197290..3a68cabe9 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 |