summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: a56e006726c70564849dcfd8c546a3c59dd2a715 (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_RC7),y)
KERNEL_VERSION:=	3.15-rc7
KERNEL_MOD_VERSION:=	3.15.0-rc7
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		a56d456b69b2e984aea0329bed0bda4d
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_4),y)
KERNEL_VERSION:=	3.14.4
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		c7c565d14833550faa39ef8279272182
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