From 30a21f5acbd48daa47d4d0b208ca6f7e0fd0a3c4 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Wed, 2 Dec 2015 22:19:01 +0000
Subject: [PATCH] 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
---
 include/kernel-version.mk | 2 --
 1 file changed, 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
 
-- 
GitLab