summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: aae245026409dd099798a7413de72c0db1b7e951 (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
49
50
51
52
53
54
ifeq ($(ADK_KERNEL_VERSION_4_0_3),y)
KERNEL_VERSION:=	4.0.3
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		8477fe664c14f1a139a128b1e6dfbe483aad18aaa4316045c628a1f8335e53b6
endif
ifeq ($(ADK_KERNEL_VERSION_3_19_5),y)
KERNEL_VERSION:=	3.19.5
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		3d36d9d3643f3dd8e395a192c112dcde55732734e52185a4131fe819a68f5e68
endif
ifeq ($(ADK_KERNEL_VERSION_3_18_12),y)
KERNEL_VERSION:=	3.18.12
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		82eab56bd3e416b12771908edbe000a8bf58d78da88457f716aab00dc07b8e1b
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_40),y)
KERNEL_VERSION:=	3.14.40
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		2a89cce6ca7c574f17d44dcb541036d29725a102dd047963b850ede2ed28b2f0
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_40),y)
KERNEL_VERSION:=	3.12.40
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		85c3f531a1607f5b21dfe5fb6db324e2a31a01880c0dcc853f056460c3deb1b1
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_75),y)
KERNEL_VERSION:=	3.10.75
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		18987c2e9a8f5e2583b1ac5c2bed52777b8730ab29612a5b70c94fa17c659803
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_107),y)
KERNEL_VERSION:=	3.4.107
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		18decdeec4d7f3c0a8874d49b6b1c4980fcb92b5f62e13889ce35bd674ec75f8
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