aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-14 18:17:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-14 18:17:47 +0000
commita7bea11085c99c96e55f06e425bd695948afa743 (patch)
tree049afc3b485c13c66171a376c5b3adeec7fd2597 /include
parent1bb873c7d5929eb0c60c5b611e880f443ed90f5f (diff)
downloadupstream-a7bea11085c99c96e55f06e425bd695948afa743.tar.gz
upstream-a7bea11085c99c96e55f06e425bd695948afa743.tar.bz2
upstream-a7bea11085c99c96e55f06e425bd695948afa743.zip
kernel: remove linux 4.0
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@45975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 3bb52c5ccf..6102f157fe 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,8 @@
LINUX_RELEASE?=1
LINUX_VERSION-3.18 = .14
-LINUX_VERSION-4.0 = .4
LINUX_KERNEL_MD5SUM-3.18.14 = cb6f534b83333ba52f1fed7979824a1b
-LINUX_KERNEL_MD5SUM-4.0.4 = 71d8b666438e6b59f103e9384889c15a
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))