summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: b916e2848b3a54625ba88f56c3d41db1db1fd55b (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_18_2),y)
KERNEL_VERSION:=	3.18.2
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		1090fa94ddddc38e514f07872315af84032ba7cdb9715c21d5a562a1072b1abf
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_26),y)
KERNEL_VERSION:=	3.14.26
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		b8088856612cb456ad3eadcadbd95973e53996015287fe99080806eadfcd529b
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_33),y)
KERNEL_VERSION:=	3.12.33
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		b74b00278f9a643c21a736a49beb1471c3bc0fe50bf570ce914675a45aa679a3
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_53),y)
KERNEL_VERSION:=	3.10.53
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		06c3ec0849d4687c8b6379b9586dc9662730fc280d494f897c2ef9fbee35aaeb
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_103),y)
KERNEL_VERSION:=	3.4.103
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		2f128cf4007acd1a5fc5c27badfc385bb231109aaf0fba7fd9bcf9766852afd1
endif