summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: e7c4737f2bc03a4f72a4aa5edf2f6f81aae05c2b (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_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_25),y)
KERNEL_VERSION:=	3.0.25
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		919df2dd67e6fe3e4c70436493995d14
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_12),y)
KERNEL_VERSION:=	3.2.12
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		9c9ab852e069fef357e2a29a98cf03e7
endif
ifeq ($(ADK_KERNEL_VERSION_3_3),y)
KERNEL_VERSION:=	3.3
KERNEL_MOD_VERSION:=	3.3.0
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		98a6cdd7d082b7ea72df9c89842bac74
endif