summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 1420b18cfc87eec6d455aee798255a1fa8b90678 (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_15),y)
KERNEL_VERSION:=	3.15
KERNEL_MOD_VERSION:=	3.15.0
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		97ca1625bb40368dc41b9a7971549071
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_7),y)
KERNEL_VERSION:=	3.14.7
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		046c448e477d534780ff7dad369b499f
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_22),y)
KERNEL_VERSION:=	3.12.22
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
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		b76af402bd1848b533f0b6dab41d3220
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_30),y)
KERNEL_VERSION:=	3.10.30
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
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		84457f4bf75e9034ce94cb30aae11b7b
endif