summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 5e90027921ec6532599f50792d78e2592c9cb65e (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
37
38
39
40
41
42
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
KERNEL_VERSION:=	3.13.11
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		370adced5e5c1cb1d0d621c2dae2723f
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_1),y)
KERNEL_VERSION:=	3.14.1
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		f53082540eed294f486a43fc67646ed2
endif
ifeq ($(ADK_KERNEL_VERSION_3_13_11),y)
KERNEL_VERSION:=	3.13.11
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		d4e06af8b674ac74ba745d52e4382bd3
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_18),y)
KERNEL_VERSION:=	3.12.18
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		ec32bc59a5feb46c74adb1df7d3e3e98
endif
ifeq ($(ADK_KERNEL_VERSION_3_11_10),y)
KERNEL_VERSION:=	3.11.10
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		59f352d3f4e2cdf6755f79e09fa09176
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_36),y)
KERNEL_VERSION:=	3.10.36
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		721f76050755ec8ec88876ee350a2726
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_84),y)
KERNEL_VERSION:=	3.4.84
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		b99f88ca356b5003ce44e952baa3e6a3
endif