1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

generic: fix kernel version check for 2.6.35

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22642 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2010-08-14 21:07:23 +00:00
parent 0f81e41098
commit 1aaea7245a

View 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