From: Nicolas Thill Date: Sat, 30 May 2009 09:50:53 +0000 (+0000) Subject: [8.09] kernel: remove obsolete md5sums, default to 2.6.26.8 instead of unavailable... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f91ed2f43a4a3c9abf4ea8918b3b1e0cc98dbf48 [8.09] 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