summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 12d008cf6293cd33cb2a6a0f0e02b90614bc89bf (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
ifeq ($(ADK_KERNEL_VERSION_3_16_6),y)
KERNEL_VERSION:=	3.16.6
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		2edc96a1272b04d58245707eb12b4902
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_22),y)
KERNEL_VERSION:=	3.14.22
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		cb00fadd0a720cc2d1690792e72e0134
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_33),y)
KERNEL_VERSION:=	3.12.33
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		7048cce0d24f784595b96f9d1e14a6ba
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_53),y)
KERNEL_VERSION:=	3.10.53
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		1bb2dfbc4b5813056bbb8f7f7fec3882
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_103),y)
KERNEL_VERSION:=	3.4.103
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		656096300c72479103bd37dab9c8f7ea
endif