diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-28 16:42:29 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-28 16:42:29 +0000 |
commit | fc87a32e79f0276658103c9369f9f4cbafab8ad6 (patch) | |
tree | eabed4a327b18afcc42c482ce7056372e51cdfcf | |
parent | 51def42732d7a60636c5cc32237609c7543b722b (diff) |
[brcm-2.4] use 2.4.37.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16149 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 726feb58b..b0ed0013a 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 |