kernel: fix md5sum for 3.8.6
authorGabor Juhos <juhosg@openwrt.org>
Sat, 6 Apr 2013 13:11:44 +0000 (13:11 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 6 Apr 2013 13:11:44 +0000 (13:11 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36225

include/kernel-version.mk

index 2fdcee096bb1df99dc0dc3fe9bbdb62bdc1cc626..9bd2c330bb3261f55b571e28dff7d345990a8b3c 100644 (file)
@@ -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