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 | dd2ab5bfb02b649664ed3c20fb70c1daf5575018 (patch) | |
tree | 246bf80c0676e7c7e93f275be71b9a471e60f4f9 /target/linux/x86/Makefile | |
parent | ac44b053c8e7bbcbe43ffd415894a85dbaf52cce (diff) | |
download | upstream-dd2ab5bfb02b649664ed3c20fb70c1daf5575018.tar.gz upstream-dd2ab5bfb02b649664ed3c20fb70c1daf5575018.tar.bz2 upstream-dd2ab5bfb02b649664ed3c20fb70c1daf5575018.zip |
Subject: [PATCH] Upgrades x86 to kernel 2.6.27 (#4195)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 13332
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 |