generic: fix kernel version check for 2.6.35
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Aug 2010 21:07:23 +0000 (21:07 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Aug 2010 21:07:23 +0000 (21:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22642 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/kernel-version.mk

index abf2142..afa2141 100644 (file)
@@ -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
 
This page took 0.025262 seconds and 4 git commands to generate.