diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-30 11:29:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-30 11:29:38 +0000 |
commit | 292493f74dfc3a87daf7d9d49ac9623df1c7181a (patch) | |
tree | 3a86124e614e3a62e00d04197876c371f795dd6d /include/kernel-version.mk | |
parent | 0ae43dbe9dbca8dd85385be47495c1e29deb8b66 (diff) | |
download | mtk-20170518-292493f74dfc3a87daf7d9d49ac9623df1c7181a.zip mtk-20170518-292493f74dfc3a87daf7d9d49ac9623df1c7181a.tar.gz mtk-20170518-292493f74dfc3a87daf7d9d49ac9623df1c7181a.tar.bz2 |
kernel: add md5sum for 3.9 final
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36499
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index b9a6776..2505446 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 |