From cec852c0870d3df36ed9e5bc03b6ff70f4d67c75 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 28 May 2009 15:55:54 +0000 Subject: update to 2.4.37, tested on wrt54gs (#4766) SVN-Revision: 16144 --- include/kernel-version.mk | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/kernel-version.mk b/include/kernel-version.mk index b34a493485..726feb58b3 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -1,17 +1,14 @@ # Use the default kernel version if the Makefile doesn't override it ifeq ($(KERNEL),2.4) - LINUX_VERSION?=2.4.35.4 + LINUX_VERSION?=2.4.37 else LINUX_VERSION?=2.6.21.7 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 +ifeq ($(LINUX_VERSION),2.4.37) + LINUX_KERNEL_MD5SUM:=e4197b25bfddacee61490921c885b2ec endif ifeq ($(LINUX_VERSION),2.6.21.7) LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed -- cgit v1.2.3