From 27cc6620c73e70e74e1722410ac5315ccf2c0dc4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Apr 2014 12:00:42 +0200 Subject: work in progress patches for cubox-i --- mk/kernel-ver.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 452415a94..9229f2ab0 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -4,6 +4,12 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 370adced5e5c1cb1d0d621c2dae2723f endif +ifeq ($(ADK_KERNEL_VERSION_3_14_1),y) +KERNEL_VERSION:= 3.14.1 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) +KERNEL_RELEASE:= 1 +KERNEL_MD5SUM:= f53082540eed294f486a43fc67646ed2 +endif ifeq ($(ADK_KERNEL_VERSION_3_13_7),y) KERNEL_VERSION:= 3.13.7 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) -- cgit v1.2.3