blob: da78bbff6d92342bc031f1a92135f3ed4cbe148a (
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_18_5),y)
KERNEL_VERSION:= 3.18.5
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_HASH:= e4442436e59c74169e98d38d2e2a434c7b73f8eda0aa8f20e454eaf52270fc90
endif
ifeq ($(ADK_KERNEL_VERSION_3_14_28),y)
KERNEL_VERSION:= 3.14.28
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_HASH:= 772dbf0f3454df3fcad2de58f2bf4d8695c657407a76957b44e00c79f1ef5321
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_36),y)
KERNEL_VERSION:= 3.12.36
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_HASH:= 00b3856c93e50771cb8fb610f2db6cef7c9268b98213b1b19cc3605bf5866195
endif
ifeq ($(ADK_KERNEL_VERSION_3_10_53),y)
KERNEL_VERSION:= 3.10.53
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_HASH:= 06c3ec0849d4687c8b6379b9586dc9662730fc280d494f897c2ef9fbee35aaeb
endif
ifeq ($(ADK_KERNEL_VERSION_3_4_103),y)
KERNEL_VERSION:= 3.4.103
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_HASH:= 2f128cf4007acd1a5fc5c27badfc385bb231109aaf0fba7fd9bcf9766852afd1
endif
|