diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-04-08 12:09:52 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-04-08 12:09:52 +0000 |
commit | 377233f931ec781fac67ae2bead81f6d5183d0c7 (patch) | |
tree | b872c6f7e0c9a79aa3ccbeb29bdfaacb94f236cc /target/linux/xburst/Makefile | |
parent | 75df536d1b94ccfa536be64bd7605efafce24872 (diff) | |
download | master-187ad058-377233f931ec781fac67ae2bead81f6d5183d0c7.tar.gz master-187ad058-377233f931ec781fac67ae2bead81f6d5183d0c7.tar.bz2 master-187ad058-377233f931ec781fac67ae2bead81f6d5183d0c7.zip |
[target/xburst] level up target xburst to linux kernel version 3.2.1
Thanks to the qi-hardware project - especially to Lars, Maarten and Xiangfu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31218 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/Makefile')
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index aae1a8ee5a..8cec4398f1 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Ingenic XBurst FEATURES:=jffs2 targz ubifs audio SUBTARGETS:=qi_lb60 n516 n526 id800wt -LINUX_VERSION:=2.6.37.6 +LINUX_VERSION:=3.2.1 DEVICE_TYPE=other |