diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-28 15:55:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-28 15:55:54 +0000 |
commit | 53e16b5d4d8eb50376e34a6d6a692b4625cc8c74 (patch) | |
tree | 29cf5a36a9d1ac76ef4686d2f72983352d2bb76f /include | |
parent | c52e64fdbf3a4f4b9910a84ff147e3f1732535cc (diff) | |
download | master-187ad058-53e16b5d4d8eb50376e34a6d6a692b4625cc8c74.tar.gz master-187ad058-53e16b5d4d8eb50376e34a6d6a692b4625cc8c74.tar.bz2 master-187ad058-53e16b5d4d8eb50376e34a6d6a692b4625cc8c74.zip |
[brcm-2.4] update to 2.4.37, tested on wrt54gs (#4766)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16144 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 9 |
1 files changed, 3 insertions, 6 deletions
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 |