aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-08-14 21:07:23 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-08-14 21:07:23 +0000
commit2126f5a1cd8ddef406601eb088148999f54c4e0a (patch)
tree4e9909bde10051fe16fa63b640b11fdb3abc796a /include
parent99a3935f4d4cc24ee1d83d76a14e01747de95a67 (diff)
downloadupstream-2126f5a1cd8ddef406601eb088148999f54c4e0a.tar.gz
upstream-2126f5a1cd8ddef406601eb088148999f54c4e0a.tar.bz2
upstream-2126f5a1cd8ddef406601eb088148999f54c4e0a.zip
generic: fix kernel version check for 2.6.35
SVN-Revision: 22642
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index abf214289d..afa21411bc 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -20,7 +20,7 @@ endif
ifeq ($(LINUX_VERSION),2.6.34.1)
LINUX_KERNEL_MD5SUM:=d31d241dc2058698a45fe41359cafb45
endif
-ifeq ($(LINUX_VERSION),2,6,35)
+ifeq ($(LINUX_VERSION),2.6.35)
LINUX_KERNEL_MD5SUM:=091abeb4684ce03d1d936851618687b6
endif