summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 852fde27586ea35a9927162e9b6018492f069c97 (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.8.6
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		0587d693653dc5e67e3d280278100d1d
endif
ifeq ($(ADK_KERNEL_VERSION_3_8_6),y)
KERNEL_VERSION:=	3.8.6
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		0934e6b31931c1832e48a28bd35ef27f
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_41),y)
KERNEL_VERSION:=	3.4.41
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		3078c420a7adf1393deca76d07de548d
endif