blob: 6cfb0efda238bc0c7cd6ab06b8a8c11c59d1b1cb (
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
31
32
33
34
35
36
|
ifeq ($(ADK_KERNEL_VERSION_3_15_1),y)
KERNEL_VERSION:= 3.15.1
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 72bd0bf0e773963217c89cddbf3e0048
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_8),y)
KERNEL_VERSION:= 3.14.8
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= d19dcd4819f2148cc85b80190133755e
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_22),y)
KERNEL_VERSION:= 3.12.22
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 27d172788764cec1e0666582a7ee5c10
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_44),y)
KERNEL_VERSION:= 3.10.44
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 8a4006eff3bbd8aff58fe4b443223e7a
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_30),y)
KERNEL_VERSION:= 3.10.30
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= f48ca7dd9f2eb14a2903cb6a4fbe07ed
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_94),y)
KERNEL_VERSION:= 3.4.94
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= a0e3841d894ad9839d2eaeaaf9824679
endif
|