diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-17 02:58:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-17 02:58:28 +0000 |
commit | 489f3e1bc37f08a07bf5a38549e0fbd29ef7b6ae (patch) | |
tree | 60d3f0db89584cf482df9460528996fa40831b2b /target | |
parent | 41e8f769dabddc926634d80b070325a20a43b53f (diff) |
switch over x86 to 2.6.22-rc4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7653 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86-2.6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index 06decc151..8eace73cd 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -11,8 +11,8 @@ BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 -#LINUX_VERSION:=2.6.22-rc4 -#LINUX_KERNEL_MD5SUM:=125879208b47a4c27e4f31a33ab3011c +LINUX_VERSION:=2.6.22-rc4 +LINUX_KERNEL_MD5SUM:=125879208b47a4c27e4f31a33ab3011c include $(INCLUDE_DIR)/kernel-build.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci |