summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 4ced803c1d8055258bf9fe6d321e5d850f4fd09e (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
ifeq ($(ADK_KERNEL_VERSION_3_15),y)
KERNEL_VERSION:=	3.15
KERNEL_MOD_VERSION:=	3.15.0
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		97ca1625bb40368dc41b9a7971549071
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_6),y)
KERNEL_VERSION:=	3.14.6
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		0916f216a1833acf8afb8da29488ac6f
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_21),y)
KERNEL_VERSION:=	3.12.21
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		abc7976416d7e37867c3491db4c304be
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_42),y)
KERNEL_VERSION:=	3.10.42
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		ef927e91cf8b8c4ddf98847341ccf2c8
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_30),y)
KERNEL_VERSION:=	3.10.30
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		f48ca7dd9f2eb14a2903cb6a4fbe07ed
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_92),y)
KERNEL_VERSION:=	3.4.92
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		761e66b5d27871bf40f34041c52e0084
endif