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 | b0971e69f2ff110d6fc6e52a601e4e87d707e758 (patch) | |
tree | d594fb132701a129c7777b38ed192e9ccbe39987 /target/linux/xburst/Makefile | |
parent | 626e1717642e933af0f15a387caadb16178c0254 (diff) | |
download | upstream-b0971e69f2ff110d6fc6e52a601e4e87d707e758.tar.gz upstream-b0971e69f2ff110d6fc6e52a601e4e87d707e758.tar.bz2 upstream-b0971e69f2ff110d6fc6e52a601e4e87d707e758.zip |
level up target xburst to linux kernel version 3.2.1
Thanks to the qi-hardware project - especially to Lars, Maarten and Xiangfu
SVN-Revision: 31218
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 |