From: Nicolas Thill Date: Sat, 30 May 2009 09:50:53 +0000 (+0000) Subject: kernel: remove obsolete md5sums, default to 2.6.26.8 instead of unavailable 2.6.21.7 X-Git-Tag: 8.09.1~8 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2e46568ce34f03ee277980ba01360664b46d23ef;p=openwrt%2Fsvn-archive%2Fopenwrt.git kernel: remove obsolete md5sums, default to 2.6.26.8 instead of unavailable 2.6.21.7 SVN-Revision: 16203 --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 37bd50f4c7..2f3784ff58 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,19 +3,13 @@ ifeq ($(KERNEL),2.4) LINUX_VERSION?=2.4.35.4 else - LINUX_VERSION?=2.6.21.7 + LINUX_VERSION?=2.6.26.8 endif LINUX_RELEASE?=1 -ifeq ($(LINUX_VERSION),2.4.34) - LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55 -endif ifeq ($(LINUX_VERSION),2.4.35.4) LINUX_KERNEL_MD5SUM:=34066faff3d8c042df1c7600b08b8070 endif -ifeq ($(LINUX_VERSION),2.6.21.7) - LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed -endif ifeq ($(LINUX_VERSION),2.6.23.17) LINUX_KERNEL_MD5SUM:=a0300a393ac91ce9c64bf31522b45e2e endif