kernel: fix md5sum for 3.8.6
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Apr 2013 13:11:44 +0000 (13:11 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Apr 2013 13:11:44 +0000 (13:11 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36225 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/kernel-version.mk

index 2fdcee0..9bd2c33 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