diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-12-02 22:19:01 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-12-02 22:19:01 +0000 |
commit | 30a21f5acbd48daa47d4d0b208ca6f7e0fd0a3c4 (patch) | |
tree | 43f3a3960cfdf4e3ef0ec8a3d1b8fb25cf5482be /include | |
parent | d12502b6663e8443dfd23e903c91b0e66a064be2 (diff) | |
download | upstream-30a21f5acbd48daa47d4d0b208ca6f7e0fd0a3c4.tar.gz upstream-30a21f5acbd48daa47d4d0b208ca6f7e0fd0a3c4.tar.bz2 upstream-30a21f5acbd48daa47d4d0b208ca6f7e0fd0a3c4.zip |
kernel-version: drop 4.0 remnants
We don't support 4.0 anymore and it is EOL anyway.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 47698
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 9bbb344b23..6a047397a6 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,12 +3,10 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .23 -LINUX_VERSION-4.0 = .9 LINUX_VERSION-4.1 = .13 LINUX_VERSION-4.3 = LINUX_KERNEL_MD5SUM-3.18.23 = dc6d265ab38716be3676ac294b481ad8 -LINUX_KERNEL_MD5SUM-4.0.9 = 40fc5f6e2d718e539b45e6601c71985b LINUX_KERNEL_MD5SUM-4.1.13 = af9dd5d8f71185a64a8eccface15fc00 LINUX_KERNEL_MD5SUM-4.3 = 58b35794eee3b6d52ce7be39357801e7 |