From cef3731e4a96b08c9ca22b2cf9a02a173ca886be Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 14 Aug 2009 13:56:17 +0000 Subject: [kernel] use 2.4.37.5 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17257 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 dccd5fbc01..059fc80d70 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.4 + LINUX_VERSION?=2.4.37.5 else LINUX_VERSION?=2.6.21.7 endif LINUX_RELEASE?=1 -ifeq ($(LINUX_VERSION),2.4.37.4) - LINUX_KERNEL_MD5SUM:= +ifeq ($(LINUX_VERSION),2.4.37.5) + LINUX_KERNEL_MD5SUM:=cb221187422acaf6c63a40c646e5e476 endif ifeq ($(LINUX_VERSION),2.6.21.7) LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed -- cgit v1.2.3