summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: c631f693c2fca45c4f4b2375d48da1beb3ea4248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
KERNEL_VERSION:=	3.9.11
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		edbf88eb7f7d34dbd5d3887726790755
endif
ifeq ($(ADK_KERNEL_VERSION_3_9_11),y)
KERNEL_VERSION:=	3.9.11
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		edbf88eb7f7d34dbd5d3887726790755
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_65),y)
KERNEL_VERSION:=	3.4.65
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		c1d4cbf921a74e0234006d6cd9a3ac2b
endif