diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-10-27 14:12:27 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-10-27 14:12:27 +0000 |
commit | 69b86d8245d249e8ff0aca1f17bfa439dfbed0c4 (patch) | |
tree | 8ec1d20a8b672aa1be44d36a80c58fb3dd88e0b1 /target/linux | |
parent | b26fd37a25716c1650ecac44e0434cb5c67a2b00 (diff) | |
download | upstream-69b86d8245d249e8ff0aca1f17bfa439dfbed0c4.tar.gz upstream-69b86d8245d249e8ff0aca1f17bfa439dfbed0c4.tar.bz2 upstream-69b86d8245d249e8ff0aca1f17bfa439dfbed0c4.zip |
[xburst] Change kernel version to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23671 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 db4cd14c9f..d2270a0b14 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-rc7 +LINUX_VERSION:=2.6.36 DEVICE_TYPE=other |