diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-28 16:42:29 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-28 16:42:29 +0000 |
commit | 43296ea2849d19bbfdd8574e16465dc24b4f59cb (patch) | |
tree | adacda13e15ea6b73fb9a920ebe55451e5b926a0 /include/kernel-version.mk | |
parent | c4d7af70948fb173132c4cd632421547d95bf305 (diff) | |
download | upstream-43296ea2849d19bbfdd8574e16465dc24b4f59cb.tar.gz upstream-43296ea2849d19bbfdd8574e16465dc24b4f59cb.tar.bz2 upstream-43296ea2849d19bbfdd8574e16465dc24b4f59cb.zip |
use 2.4.37.1
SVN-Revision: 16149
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 6 |
1 files 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 |