summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 8b73ebd4a29b60b546df4da734e14313ee14bb2a (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_15_2),y)
KERNEL_VERSION:=	3.15.2
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		0ddb5c81742db398bcf5fc4685645f27
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_9),y)
KERNEL_VERSION:=	3.14.9
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		62b80f9ab490db3bfe0b308a0d3f6f1f
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_23),y)
KERNEL_VERSION:=	3.12.23
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		c38a7f1847a87ce98a3180690ffa7f38
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_45),y)
KERNEL_VERSION:=	3.10.45
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		da5bb3b880716b522ede4a0d7656e221
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_95),y)
KERNEL_VERSION:=	3.4.95
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		52761b11c3c3a949747983a3b675f2e1
endif