summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: f5283461631b9d4453aa4dffead94ebcf926bb35 (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.5.4
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		95d5c7271ad448bc965bdb29339b6923
endif
ifeq ($(ADK_KERNEL_VERSION_3_5_4),y)
KERNEL_VERSION:=	3.5.4
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		95d5c7271ad448bc965bdb29339b6923
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_9),y)
KERNEL_VERSION:=	3.4.9
KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		f9cd4fe763396bf814f3a71de42fde9b
endif