diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-28 05:52:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-28 05:52:00 +0000 |
commit | 41af082667ac750886f29f3f8338d877567b303f (patch) | |
tree | 6ddd09bc0cf52c727d1879be1bce62bc8c621ee5 /target/linux/x86-2.6 | |
parent | 41b03c977033244fc27d206dc88ef5e221b6bd75 (diff) | |
download | mtk-20170518-41af082667ac750886f29f3f8338d877567b303f.zip mtk-20170518-41af082667ac750886f29f3f8338d877567b303f.tar.gz mtk-20170518-41af082667ac750886f29f3f8338d877567b303f.tar.bz2 |
fill in the kernel version info for every target, move the kernel tarball md5sums to a central place
SVN-Revision: 7748
Diffstat (limited to 'target/linux/x86-2.6')
-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 db629fa..a870bbe 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 |