diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-05-12 23:12:41 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-05-12 23:12:41 +0000 |
commit | 946c8fa59adb937542c1b193d4226388f2cd9659 (patch) | |
tree | dce4b02656aa9541595451e805cdcda4ae2ca403 /target/linux/xburst/Makefile | |
parent | 37a8f3522fcfb961c94f102b4a5d9ad936d04de7 (diff) | |
download | upstream-946c8fa59adb937542c1b193d4226388f2cd9659.tar.gz upstream-946c8fa59adb937542c1b193d4226388f2cd9659.tar.bz2 upstream-946c8fa59adb937542c1b193d4226388f2cd9659.zip |
Add 2.6.34 patches
SVN-Revision: 21438
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 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 |