blob: 352a779618c4ace9be88f075c68eed71d4c4255c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
ifeq ($(ADK_KERNEL_VERSION_3_15_6),y)
KERNEL_VERSION:= 3.15.6
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 739272475e2e3981974e1f083d0eba47
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_13),y)
KERNEL_VERSION:= 3.14.13
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= e3ca0c53cfe186fef82eadc32c8aa150
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_24),y)
KERNEL_VERSION:= 3.12.24
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 2c72c7c21271ef05efe115ed03060be8
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_49),y)
KERNEL_VERSION:= 3.10.49
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 9774e12764e740d49c80eda77d0ef3eb
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_99),y)
KERNEL_VERSION:= 3.4.99
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 765f5b961919521f9935b4366888254c
endif
|