diff options
author | Mirko Vogt <mirko@openwrt.org> | 2010-10-13 15:06:13 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2010-10-13 15:06:13 +0000 |
commit | 37d454fa43cb275582403fe6fc9e192d1ed4234b (patch) | |
tree | bdf4a93c6084bf1e6011890804e47f0598479665 | |
parent | b7204be37b0087fb0c6134f44c63d52459cc103e (diff) | |
download | upstream-37d454fa43cb275582403fe6fc9e192d1ed4234b.tar.gz upstream-37d454fa43cb275582403fe6fc9e192d1ed4234b.tar.bz2 upstream-37d454fa43cb275582403fe6fc9e192d1ed4234b.zip |
linux kernel version 2.6.36.7 is not (yet) released...
SVN-Revision: 23424
-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 9004dc13ec..db4cd14c9f 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.36.7 +LINUX_VERSION:=2.6.36-rc7 DEVICE_TYPE=other |