summaryrefslogtreecommitdiff
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-05-08 08:53:55 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-05-08 08:53:55 +0000
commit39467e78e76dcdfa6dc3430b4b52d4333a97135f (patch)
tree9e626dd1e77086483f0c6f4887c82009064732bf /include/kernel-version.mk
parente57c7d6c12f3d05e44a1b76e430b298a8a79f77e (diff)
downloadmtk-20170518-39467e78e76dcdfa6dc3430b4b52d4333a97135f.zip
mtk-20170518-39467e78e76dcdfa6dc3430b4b52d4333a97135f.tar.gz
mtk-20170518-39467e78e76dcdfa6dc3430b4b52d4333a97135f.tar.bz2
kernel: update linux 3.9 to 3.9.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36577
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 028be14..9733be0 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -14,8 +14,8 @@ endif
ifeq ($(LINUX_VERSION),3.8.12)
LINUX_KERNEL_MD5SUM:=a4be720ca9e61445562565856bb5154d
endif
-ifeq ($(LINUX_VERSION),3.9)
- LINUX_KERNEL_MD5SUM:=4348c9b6b2eb3144d601e87c19d5d909
+ifeq ($(LINUX_VERSION),3.9.1)
+ LINUX_KERNEL_MD5SUM:=913bbf85c65f3e587a5000763374b4aa
endif
# disable the md5sum check for unknown kernel versions