diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-22 12:51:04 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-22 12:51:04 +0000 |
commit | 02198322b93665d332464e942ff848e55cfb0c21 (patch) | |
tree | 6b37a91f6d054547070b4c1faab4508401c32ea8 /include | |
parent | 2911b5aa11ed579e74d0f7309ed8935d3ecea62d (diff) | |
download | mtk-20170518-02198322b93665d332464e942ff848e55cfb0c21.zip mtk-20170518-02198322b93665d332464e942ff848e55cfb0c21.tar.gz mtk-20170518-02198322b93665d332464e942ff848e55cfb0c21.tar.bz2 |
kernel: update 4.0 to 4.0.9
Changelog:
* https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.9
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46440
Diffstat (limited to 'include')
-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 0a4243e..e03590f 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,11 +3,11 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .19 -LINUX_VERSION-4.0 = .8 +LINUX_VERSION-4.0 = .9 LINUX_VERSION-4.1 = .3 LINUX_KERNEL_MD5SUM-3.18.19 = a143f9421bd8413752609d0d771c2955 -LINUX_KERNEL_MD5SUM-4.0.8 = a99375dd855de00635e9ac8e62b0f8e6 +LINUX_KERNEL_MD5SUM-4.0.9 = 40fc5f6e2d718e539b45e6601c71985b LINUX_KERNEL_MD5SUM-4.1.3 = 96c2c77b1c54ba01cfd8fc2d13fbf828 ifdef KERNEL_PATCHVER |