From a8621c712cd4f00b2aa845e872efacbdd9359157 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 13:10:17 +0200 Subject: remove 3.13 kernel, add generic kernel version symbols --- mk/kernel-ver.mk | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 6a01710cd..8ed3e417c 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,9 +1,3 @@ -ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) -KERNEL_VERSION:= 3.14.4 -KERNEL_MOD_VERSION:= $(KERNEL_VERSION) -KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= c7c565d14833550faa39ef8279272182 -endif ifeq ($(ADK_KERNEL_VERSION_3_15_RC6),y) KERNEL_VERSION:= 3.15-rc6 KERNEL_MOD_VERSION:= 3.15.0-rc6 @@ -16,12 +10,6 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= c7c565d14833550faa39ef8279272182 endif -ifeq ($(ADK_KERNEL_VERSION_3_13_11),y) -KERNEL_VERSION:= 3.13.11 -KERNEL_MOD_VERSION:= $(KERNEL_VERSION) -KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= d4e06af8b674ac74ba745d52e4382bd3 -endif ifeq ($(ADK_KERNEL_VERSION_3_12_20),y) KERNEL_VERSION:= 3.12.20 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) -- cgit v1.2.3