projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a3935
)
generic: fix kernel version check for 2.6.35
author
Gabor Juhos
<juhosg@openwrt.org>
Sat, 14 Aug 2010 21:07:23 +0000
(21:07 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sat, 14 Aug 2010 21:07:23 +0000
(21:07 +0000)
SVN-Revision: 22642
include/kernel-version.mk
patch
|
blob
|
history
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index abf214289d036584d15ab494c14eded1c8da8c13..afa21411bc734486976d6f83d125c4535c6d76dc 100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-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