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 | 8fc2abee8db6bccf4c0fb6a668e2b9dd115f714d (patch) | |
tree | 54a1d0538803b73c9e15d3b9fe3752ebcf6e69f6 | |
parent | 900de421864beceaf7a17142dd1f1f56caadafb2 (diff) | |
download | upstream-8fc2abee8db6bccf4c0fb6a668e2b9dd115f714d.tar.gz upstream-8fc2abee8db6bccf4c0fb6a668e2b9dd115f714d.tar.bz2 upstream-8fc2abee8db6bccf4c0fb6a668e2b9dd115f714d.zip |
change back kernel version to 2.6.32.8
SVN-Revision: 19653
-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 |