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 | 4568cbf8d5f124fa1aaec3ee388570deedf89287 (patch) | |
tree | ae84dec2aa2a5972550612ff7a648a3d92ba39a7 /target/linux/x86/Makefile | |
parent | 074df2a6e0cdeec4aa06e8961887d7a0c6c60318 (diff) | |
download | upstream-4568cbf8d5f124fa1aaec3ee388570deedf89287.tar.gz upstream-4568cbf8d5f124fa1aaec3ee388570deedf89287.tar.bz2 upstream-4568cbf8d5f124fa1aaec3ee388570deedf89287.zip |
[x86] change default kernel to 2.6.32.8, remove block2mtd patch until it is fixed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19764 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |