mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02: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:
parent
0f81e41098
commit
1aaea7245a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user