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 | cec852c0870d3df36ed9e5bc03b6ff70f4d67c75 (patch) | |
tree | 0d7958494894e9ffae1853f3ee7fe3ce0f788b61 /include | |
parent | b7ae5e7b7cb2cb23effc6007b5bc8527be22e054 (diff) | |
download | upstream-cec852c0870d3df36ed9e5bc03b6ff70f4d67c75.tar.gz upstream-cec852c0870d3df36ed9e5bc03b6ff70f4d67c75.tar.bz2 upstream-cec852c0870d3df36ed9e5bc03b6ff70f4d67c75.zip |
update to 2.4.37, tested on wrt54gs (#4766)
SVN-Revision: 16144
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 |