summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 55c282233f3b1cb878a93e9fad16b436dc26e432 (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_17_4),y)
KERNEL_VERSION:=	3.17.4
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		ce49828adecf8908eb3a9ffc5b860d44
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_26),y)
KERNEL_VERSION:=	3.14.26
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		9a91a9c507c9efb68c7075e151c30fa7
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