projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a33d0d
)
fix kernel version for 2.6.27.10
author
Gabor Juhos
<juhosg@openwrt.org>
Sat, 20 Dec 2008 13:02:11 +0000
(13:02 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sat, 20 Dec 2008 13:02:11 +0000
(13:02 +0000)
SVN-Revision: 13700
include/kernel-version.mk
patch
|
blob
|
history
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index 55595e8bdf6c5a7c6dbf411930189845e5881020..78b9da076671287df3dd4af08268a516417b2271 100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-28,7
+28,7
@@
endif
ifeq ($(LINUX_VERSION),2.6.26.8)
LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d
endif
-ifeq ($(LINUX_VERSION),2.6.27.
9
)
+ifeq ($(LINUX_VERSION),2.6.27.
10
)
LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303
endif