From 603079dd66ce94d05f47ea01b22a1a9e75ba5340 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 28 May 2009 16:42:29 +0000 Subject: [PATCH] [brcm-2.4] use 2.4.37.1 SVN-Revision: 16149 --- include/kernel-version.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 726feb58b3..b0ed0013ab 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -1,14 +1,14 @@ # Use the default kernel version if the Makefile doesn't override it ifeq ($(KERNEL),2.4) - LINUX_VERSION?=2.4.37 + LINUX_VERSION?=2.4.37.1 else LINUX_VERSION?=2.6.21.7 endif LINUX_RELEASE?=1 -ifeq ($(LINUX_VERSION),2.4.37) - LINUX_KERNEL_MD5SUM:=e4197b25bfddacee61490921c885b2ec +ifeq ($(LINUX_VERSION),2.4.37.1) + LINUX_KERNEL_MD5SUM:=28bf1bcc94c78804ad67d2f06f950958 endif ifeq ($(LINUX_VERSION),2.6.21.7) LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed -- 2.30.2