summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-06 13:11:44 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-06 13:11:44 +0000
commitfc0e720f53ba2d524144b11c879db4e33ad1985a (patch)
tree9d09b88031334b4474ec80bae02f8a00229ab253 /include
parentbf57f33f0229564828f576b2dfb897aa0b57e85c (diff)
downloadopenwrt-fc0e720f53ba2d524144b11c879db4e33ad1985a.tar.gz
openwrt-fc0e720f53ba2d524144b11c879db4e33ad1985a.tar.bz2
openwrt-fc0e720f53ba2d524144b11c879db4e33ad1985a.zip
kernel: fix md5sum for 3.8.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36225
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 2fdcee096b..9bd2c330bb 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -12,7 +12,7 @@ ifeq ($(LINUX_VERSION),3.7.10)
LINUX_KERNEL_MD5SUM:=09624c3702107076efcac5e1cd8a18ec
endif
ifeq ($(LINUX_VERSION),3.8.6)
- LINUX_KERNEL_MD5SUM:=80aa1c706e1bc69cc7a1b2c07db90cf9
+ LINUX_KERNEL_MD5SUM:=0934e6b31931c1832e48a28bd35ef27f
endif
# disable the md5sum check for unknown kernel versions