summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 50333bbb2286b0d326b535bc52e15580aced3c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ifeq ($(ADK_KERNEL_VERSION_2_6_39_4),y)
KERNEL_VERSION:=	2.6.39.4
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		a17c748c2070168f1e784e9605ca043d
endif
ifeq ($(ADK_KERNEL_VERSION_3_0_17),y)
KERNEL_VERSION:=	3.0.17
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		fcdd6a945445336e4cd28b2d195f1fea
endif
ifeq ($(ADK_KERNEL_VERSION_3_1_9),y)
KERNEL_VERSION:=	3.1.9
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		4e387a49cde20805955c905bc8c311e0
endif
ifeq ($(ADK_KERNEL_VERSION_3_2_1),y)
KERNEL_VERSION:=	3.2.1
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		090eb3dae0f520f7770f85193e931ad3
endif