summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: dacc83f80326bbbc061e28558ff8a8214623f7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
ifeq ($(ADK_KERNEL_VERSION_3_16_0),y)
KERNEL_VERSION:=	3.16
KERNEL_MOD_VERSION:=	3.16.0
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		5c569ed649a0c9711879f333e90c5386
endif
ifeq ($(ADK_KERNEL_VERSION_3_15_8),y)
KERNEL_VERSION:=	3.15.8
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		5a3a136e93159ecfca33a2d6b5c8dae2
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_15),y)
KERNEL_VERSION:=	3.14.15
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		89c2aaa23f95ca13447c35e514038472
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_26),y)
KERNEL_VERSION:=	3.12.26
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		1bb89d56342871b6f310ad9075c51a02
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_51),y)
KERNEL_VERSION:=	3.10.51
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		4ab70c265ffd2f670dc7108008b6b5fe
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_101),y)
KERNEL_VERSION:=	3.4.101
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		6943cf91c9c539075b0fdbe9938c6733
endif