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
commit593cb693bbb32d8f1f2cbe3fb633b3dbe3b6a679 (patch)
treef8f46a59091e3ccfe8fad10f779851844b24c103 /include
parentfb3a7ee2f5a4a75ec54010a213ecc31565a91bc9 (diff)
downloadmaster-187ad058-593cb693bbb32d8f1f2cbe3fb633b3dbe3b6a679.tar.gz
master-187ad058-593cb693bbb32d8f1f2cbe3fb633b3dbe3b6a679.tar.bz2
master-187ad058-593cb693bbb32d8f1f2cbe3fb633b3dbe3b6a679.zip
generic: fix kernel version check for 2.6.35
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22642 3c298f89-4303-0410-b956-a3cf2f4a3e73
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