summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 71a2fd8f21ad73ddc233af80e1683c1fc9702538 (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
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
KERNEL_VERSION:=	2.6.39.4
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		a17c748c2070168f1e784e9605ca043d
endif
ifeq ($(ADK_KERNEL_VERSION_2_6_39_4),y)
KERNEL_VERSION:=	2.6.39.4
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		a17c748c2070168f1e784e9605ca043d
endif
ifeq ($(ADK_KERNEL_VERSION_3_0_34),y)
KERNEL_VERSION:=	3.0.34
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		3036f69e292d3ce0f7b765a278b12e64
endif
ifeq ($(ADK_KERNEL_VERSION_3_1_10),y)
KERNEL_VERSION:=	3.1.10
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		3649bdaa50ffd9114cc16486ec54d83a
endif
ifeq ($(ADK_KERNEL_VERSION_3_2_20),y)
KERNEL_VERSION:=	3.2.20
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		bd0063a747c3ea0ecdcc85a512d9760a
endif
ifeq ($(ADK_KERNEL_VERSION_3_3_8),y)
KERNEL_VERSION:=	3.3.8
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		21068f0fd262b9b3670947f7892e1d6b
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_2),y)
KERNEL_VERSION:=	3.4.2
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		8260d881daa5ce4ce9ed1464beea41f7
endif