diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-27 14:12:27 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-27 14:12:27 +0000 |
commit | e6930022658b89108e9e5ad69cf00521091334f2 (patch) | |
tree | 8ec1d20a8b672aa1be44d36a80c58fb3dd88e0b1 /target/linux | |
parent | 2b87facd965c10e07878debf4c8fcaf6580c6f38 (diff) |
[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 db4cd14c9..d2270a0b1 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 |