summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: 6a6202fbc66d19b4a4a6a84a47fa6d11e71f4b84 (plain)
1
2
3
4
5
6
7
8
9
10
ifeq ($(ADK_KERNEL_VERSION_2_6_39),y)
KERNEL_VERSION:=	2.6.39
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		1aab7a741abe08d42e8eccf20de61e05
endif
ifeq ($(ADK_KERNEL_VERSION_3_0_4),y)
KERNEL_VERSION:=	3.0.4
KERNEL_RELEASE:=	1
KERNEL_MD5SUM:=		dff86c657cabe813bda84c72bfb93ae8
endif