From 9af8ee2c9ad990b7dc12ceb33171213dc1aa5106 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 23 Jun 2014 16:17:36 +0200 Subject: bump kernel versions --- mk/kernel-ver.mk | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 1420b18cf..6cfb0efda 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,14 +1,14 @@ -ifeq ($(ADK_KERNEL_VERSION_3_15),y) -KERNEL_VERSION:= 3.15 -KERNEL_MOD_VERSION:= 3.15.0 +ifeq ($(ADK_KERNEL_VERSION_3_15_1),y) +KERNEL_VERSION:= 3.15.1 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 97ca1625bb40368dc41b9a7971549071 +KERNEL_MD5SUM:= 72bd0bf0e773963217c89cddbf3e0048 endif -ifeq ($(ADK_KERNEL_VERSION_3_14_7),y) -KERNEL_VERSION:= 3.14.7 +ifeq ($(ADK_KERNEL_VERSION_3_14_8),y) +KERNEL_VERSION:= 3.14.8 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 046c448e477d534780ff7dad369b499f +KERNEL_MD5SUM:= d19dcd4819f2148cc85b80190133755e endif ifeq ($(ADK_KERNEL_VERSION_3_12_22),y) KERNEL_VERSION:= 3.12.22 @@ -16,11 +16,11 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 27d172788764cec1e0666582a7ee5c10 endif -ifeq ($(ADK_KERNEL_VERSION_3_10_43),y) -KERNEL_VERSION:= 3.10.43 +ifeq ($(ADK_KERNEL_VERSION_3_10_44),y) +KERNEL_VERSION:= 3.10.44 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= b76af402bd1848b533f0b6dab41d3220 +KERNEL_MD5SUM:= 8a4006eff3bbd8aff58fe4b443223e7a endif ifeq ($(ADK_KERNEL_VERSION_3_10_30),y) KERNEL_VERSION:= 3.10.30 @@ -28,9 +28,9 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= f48ca7dd9f2eb14a2903cb6a4fbe07ed endif -ifeq ($(ADK_KERNEL_VERSION_3_4_93),y) -KERNEL_VERSION:= 3.4.93 +ifeq ($(ADK_KERNEL_VERSION_3_4_94),y) +KERNEL_VERSION:= 3.4.94 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 84457f4bf75e9034ce94cb30aae11b7b +KERNEL_MD5SUM:= a0e3841d894ad9839d2eaeaaf9824679 endif -- cgit v1.2.3