summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 42efb22e5425a902ff08b4cfc531e2ba8a6c406b (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
43
44
45
46
47
48
ifeq ($(ADK_KERNEL_VERSION_3_19_1),y)
KERNEL_VERSION:=	3.19.1
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		717f36a65735bdd7afcb452578cc221c7fde8f6a0073e2feb62473466bdfa763
endif
ifeq ($(ADK_KERNEL_VERSION_3_18_9),y)
KERNEL_VERSION:=	3.18.9
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		b1b7719a4bad027f2efc8477a19c6625d51d127640e3373fcd03b41334319501
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_35),y)
KERNEL_VERSION:=	3.14.35
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		c8d7d23a434688db94e9faed2e73b31e8b9722d7ffc6fbce2b0f6d1f91a825b4
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_38),y)
KERNEL_VERSION:=	3.12.38
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		930dcae882f402015b21a3c2e73ef84352b46ae58a9e5348b3a46343bfdc9b6f
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_71),y)
KERNEL_VERSION:=	3.10.71
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		1b2ef99de33bf5d8c6aaba202dd951f2c13277a8efa7522d3f331c7aee32dac0
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_106),y)
KERNEL_VERSION:=	3.4.106
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		4ca37aad495d7a670c9f4435a98460d795fbdb8675f0613c1541824feb1433d0
endif
ifeq ($(ADK_KERNEL_VERSION_3_2_68),y)
KERNEL_VERSION:=	3.2.68
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		42ad309af3cbe02e4dff62e2d372269eabe8731e282227943379848cf198e37b
endif
ifeq ($(ADK_KERNEL_VERSION_2_6_32_65),y)
KERNEL_VERSION:=	2.6.32.65
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		78d36cbcd5cb12c9e33697d9c69b3a7aa59120779884526662d5f0977c530c65
endif