diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-31 16:52:44 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-31 16:52:44 +0000 |
commit | 24c1116037f223074d54c1934cd6ef28e3a97fd3 (patch) | |
tree | 95f8b975e71f113411907b91e079210280f7df78 /target | |
parent | 906d2d5552624ab4ee322221554a8157b2495e68 (diff) |
[x86] bump kernel version to 2.6.28.2 (#4396)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14324 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 848c5b5853..4367466e2e 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,8 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk SUBTARGETS=generic -LINUX_VERSION:=2.6.27.13 +LINUX_VERSION:=2.6.28.2 +LINUX_KARCH:=x86 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci |