summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: fa0ac4e399d91edfe1f0473f5cf14dd7f06b0768 (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_0),y)
KERNEL_VERSION:=	3.19
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION).0
KERNEL_RELEASE:=	1
KERNEL_HASH:=		be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c
endif
ifeq ($(ADK_KERNEL_VERSION_3_18_6),y)
KERNEL_VERSION:=	3.18.6
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		c4c1a4841173aa572d79b7530db92ce493dbefe8049e6f461a46dd897df253f5
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_28),y)
KERNEL_VERSION:=	3.14.28
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		772dbf0f3454df3fcad2de58f2bf4d8695c657407a76957b44e00c79f1ef5321
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_37),y)
KERNEL_VERSION:=	3.12.37
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		5da2b83a4747601295a8570fb6fa46b51d977fecabd3dfddf7478c331b36ed5c
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
ifeq ($(ADK_KERNEL_VERSION_3_2_66),y)
KERNEL_VERSION:=	3.2.66
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_HASH:=		8554d6a7dcd18d35f7cd6a60c86292c699443c4d6344e81efdb33010b6cb8026
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