mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 17:19:43 +01:00
generic: fix kernel version check for 2.6.35
SVN-Revision: 22642
This commit is contained in:
parent
99a3935f4d
commit
2126f5a1cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue