diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-20 03:22:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-20 03:22:17 +0000 |
commit | 02a47e971eb2c1376c613e6b35bd9c1ea0a9309d (patch) | |
tree | aa3c26a643a25224a106b52c34bf89f6f5352bf5 /target/linux/x86/Makefile | |
parent | e9cacfa59a0d2bd565a62de556dfdec9a7c945a7 (diff) | |
download | upstream-02a47e971eb2c1376c613e6b35bd9c1ea0a9309d.tar.gz upstream-02a47e971eb2c1376c613e6b35bd9c1ea0a9309d.tar.bz2 upstream-02a47e971eb2c1376c613e6b35bd9c1ea0a9309d.zip |
change default kernel to 2.6.32.8, remove block2mtd patch until it is fixed
SVN-Revision: 19764
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 41b348341f..af12959cda 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia tgz SUBTARGETS=generic olpc xen_domu -LINUX_VERSION:=2.6.31.12 +LINUX_VERSION:=2.6.32.8 include $(INCLUDE_DIR)/target.mk |