summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 62184295a16802251a474abc353407461cb2dd19 (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_5),y)
KERNEL_VERSION:=	3.14.5
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		db2f2b8a83239852b72e560811eb80de
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_20),y)
KERNEL_VERSION:=	3.12.20
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		09d699cda2394a0bab5f4c52ce666749
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_40),y)
KERNEL_VERSION:=	3.10.40
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		c1dca08f0f1a60f29b7caa9ff45582a8
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_90),y)
KERNEL_VERSION:=	3.4.90
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		80182c4328337003131501c1fc1bd6a4
endif