aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-30 11:29:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-30 11:29:38 +0000
commit4b131114f35dc998d14ebc54214cd5757c80b453 (patch)
tree5054f22394a401a80663d86523ce79795fb67501 /include
parenta5e6a230cd174a039019fcd6808a441edf07afe7 (diff)
downloadmaster-187ad058-4b131114f35dc998d14ebc54214cd5757c80b453.tar.gz
master-187ad058-4b131114f35dc998d14ebc54214cd5757c80b453.tar.bz2
master-187ad058-4b131114f35dc998d14ebc54214cd5757c80b453.zip
kernel: add md5sum for 3.9 final
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36499 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index b9a6776ae7..2505446088 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -14,6 +14,9 @@ endif
ifeq ($(LINUX_VERSION),3.8.10)
LINUX_KERNEL_MD5SUM:=3d5fb6d9add9cce7725bbe9b139c8d6e
endif
+ifeq ($(LINUX_VERSION),3.9)
+ LINUX_KERNEL_MD5SUM:=4348c9b6b2eb3144d601e87c19d5d909
+endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x