diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-16 08:00:13 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-16 08:00:13 +0000 |
commit | 0ed13f3b8bf4c8bb5131c5dc8459eb65d5a45e07 (patch) | |
tree | 22583dc8b1bbc84693081259b45ec4782f091d79 /target/linux/xburst | |
parent | 76f39fa3a7f168771244b88056eb90b26a18d26a (diff) | |
download | upstream-0ed13f3b8bf4c8bb5131c5dc8459eb65d5a45e07.tar.gz upstream-0ed13f3b8bf4c8bb5131c5dc8459eb65d5a45e07.tar.bz2 upstream-0ed13f3b8bf4c8bb5131c5dc8459eb65d5a45e07.zip |
[xburst]: change back kernel version to 2.6.32.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19653 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst')
-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 7fdb93ce17..37ab41ba7a 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -11,7 +11,7 @@ BOARD:=xburst BOARDNAME:=XBurst JZ47x0 FEATURES:=jffs2 tgz ubifs audio -LINUX_VERSION:=2.6.32.7 +LINUX_VERSION:=2.6.32.8 DEVICE_TYPE=other |