summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-23 12:00:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-23 12:00:42 +0200
commit27cc6620c73e70e74e1722410ac5315ccf2c0dc4 (patch)
treed1c29c6cda50389f06bfaefe9afaedd0a82fce92 /mk
parentd4afe78ea571d471789e2deac4c892a2698c2779 (diff)
work in progress patches for cubox-i
Diffstat (limited to 'mk')
-rw-r--r--mk/kernel-ver.mk6
1 files changed, 6 insertions, 0 deletions
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)