summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 2d7f6b34e20cb5a784bd7b63c6caf14a3cc4e392 (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
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
KERNEL_VERSION:=	2.6.39.4
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		a17c748c2070168f1e784e9605ca043d
endif
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_18),y)
KERNEL_VERSION:=	3.0.18
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		67252770d7009eabe8bac7c26e074f9d
endif
ifeq ($(ADK_KERNEL_VERSION_3_1_10),y)
KERNEL_VERSION:=	3.1.10
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		3649bdaa50ffd9114cc16486ec54d83a
endif
ifeq ($(ADK_KERNEL_VERSION_3_2_2),y)
KERNEL_VERSION:=	3.2.2
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		c0303125c8eda431b10084eece7564e3
endif