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:
0ae43db
)
kernel: add md5sum for 3.9 final
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 30 Apr 2013 11:29:38 +0000
(11:29 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Tue, 30 Apr 2013 11:29:38 +0000
(11:29 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36499
include/kernel-version.mk
patch
|
blob
|
history
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index b9a6776ae7d196fe0d2973ab4ff78b56515243a9..2505446088aad3f097425304f4803a9abca78c18 100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-14,6
+14,9
@@
endif
ifeq ($(LINUX_VERSION),3.8.10)
LINUX_KERNEL_MD5SUM:=3d5fb6d9add9cce7725bbe9b139c8d6e
endif
+ifeq ($(LINUX_VERSION),3.9)
+ LINUX_KERNEL_MD5SUM:=4348c9b6b2eb3144d601e87c19d5d909
+endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x