generic: fix kernel version check for 2.6.35
authorGabor Juhos <juhosg@openwrt.org>
Sat, 14 Aug 2010 21:07:23 +0000 (21:07 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 14 Aug 2010 21:07:23 +0000 (21:07 +0000)
SVN-Revision: 22642

include/kernel-version.mk

index abf214289d036584d15ab494c14eded1c8da8c13..afa21411bc734486976d6f83d125c4535c6d76dc 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