diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 13:11:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 13:11:44 +0000 |
commit | fc0e720f53ba2d524144b11c879db4e33ad1985a (patch) | |
tree | 9d09b88031334b4474ec80bae02f8a00229ab253 /include | |
parent | bf57f33f0229564828f576b2dfb897aa0b57e85c (diff) | |
download | upstream-fc0e720f53ba2d524144b11c879db4e33ad1985a.tar.gz upstream-fc0e720f53ba2d524144b11c879db4e33ad1985a.tar.bz2 upstream-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.mk | 2 |
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 |