diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-19 08:07:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-19 08:07:34 +0000 |
commit | 151cadfe32b022b9fc59cb80986bf15c2f5022c4 (patch) | |
tree | 67f98f5196badcd3e3e485c2d3046e3e5eb9652e /include/kernel-version.mk | |
parent | cf46e78b5f0ddd488dd6b3026c370d51b63d5986 (diff) | |
download | mtk-20170518-151cadfe32b022b9fc59cb80986bf15c2f5022c4.zip mtk-20170518-151cadfe32b022b9fc59cb80986bf15c2f5022c4.tar.gz mtk-20170518-151cadfe32b022b9fc59cb80986bf15c2f5022c4.tar.bz2 |
kernel: update linux 3.8 to 3.8.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36363
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index b565df3..2eb73ce 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -11,8 +11,8 @@ endif ifeq ($(LINUX_VERSION),3.7.10) LINUX_KERNEL_MD5SUM:=09624c3702107076efcac5e1cd8a18ec endif -ifeq ($(LINUX_VERSION),3.8.7) - LINUX_KERNEL_MD5SUM:=37ce9b5cc33551b45fea59c1c4c9da13 +ifeq ($(LINUX_VERSION),3.8.8) + LINUX_KERNEL_MD5SUM:=3b4feff68460881a5dde1307fe1ce87f endif # disable the md5sum check for unknown kernel versions |