summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 29caeae76e3a890ccce3a87ca563609ae0dcd7b7 (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_60),y)
KERNEL_VERSION:=	3.4.60
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		6173c731d43939c133d0c575e6e0735e
endif