summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 0dff546b8e236df7babd9508d7f1c2015e4c0bbf (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_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