diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-28 05:52:00 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-28 05:52:00 +0000 |
commit | f38087fdd182afbfb63b158d20191cd77c5d0113 (patch) | |
tree | eeb7854f05bae8d1c30de343194cdff06fb34ff3 /target/linux/x86-2.6/Makefile | |
parent | a45d52505607453243e1ae4e6e88b73cb4581ab5 (diff) |
fill in the kernel version info for every target, move the kernel tarball md5sums to a central place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6/Makefile')
-rw-r--r-- | target/linux/x86-2.6/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index db629fab5..a870bbe2b 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -11,8 +11,7 @@ BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 -LINUX_VERSION:=2.6.22-rc5 -LINUX_KERNEL_MD5SUM:=50dda556ae492f68ff7c273e1f357c55 +LINUX_VERSION:=2.6.22-rc6 include $(INCLUDE_DIR)/kernel-build.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci |