diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-23 20:14:08 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-23 20:14:08 +0000 |
commit | 5ca6a0d0315d923660c1dfc13df3aed1ef9b49bb (patch) | |
tree | 0848ef5e20f2cbb957ee0a6aa10a01af11f980ce /target/linux/x86/Makefile | |
parent | 8055e35d5d3179457caab42debf09f3f1bbd3b9b (diff) | |
download | master-187ad058-5ca6a0d0315d923660c1dfc13df3aed1ef9b49bb.tar.gz master-187ad058-5ca6a0d0315d923660c1dfc13df3aed1ef9b49bb.tar.bz2 master-187ad058-5ca6a0d0315d923660c1dfc13df3aed1ef9b49bb.zip |
Subject: [PATCH] Upgrades x86 to kernel 2.6.27 (#4195)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13332 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 85d70484f1..e782e08730 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk SUBTARGETS=generic -LINUX_VERSION:=2.6.25.20 +LINUX_VERSION:=2.6.27.6 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci |