projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11155b2
)
add md5sum for 3.13.1
author
Imre Kaloz
<kaloz@openwrt.org>
Thu, 6 Feb 2014 18:30:50 +0000
(18:30 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Thu, 6 Feb 2014 18:30:50 +0000
(18:30 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39507
include/kernel-version.mk
patch
|
blob
|
history
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index a1e827c4939c44102076472e65f1f886f33a229e..c9717e8fa1824ca70f50907cf020718781f1f320 100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-23,6
+23,9
@@
endif
ifeq ($(LINUX_VERSION),3.12.5)
LINUX_KERNEL_MD5SUM:=5b5330f657f562f7bef6da100a7133b1
endif
+ifeq ($(LINUX_VERSION),3.13.1)
+ LINUX_KERNEL_MD5SUM:=18f528e5632f0096e642c511722630dc
+endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x