kernel: Add initial support for 4.14 kernels

The kernel config files are a copy of the 4.13 kernel configs,
which will be refined in subsequent commits.

This does not yet include any patches which may
be required for LCOW.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-11-13 10:22:54 +00:00
parent ca3e9edb00
commit c486675df0
3 changed files with 8459 additions and 0 deletions

View File

@ -172,6 +172,8 @@ endef
# Build Targets
# Debug targets only for latest stable and LTS stable
#
$(eval $(call kernel,4.14,4.14.x,$(EXTRA)))
$(eval $(call kernel,4.14,4.14.x,-dbg))
$(eval $(call kernel,4.13.12,4.13.x,$(EXTRA)))
$(eval $(call kernel,4.13.12,4.13.x,-dbg))
$(eval $(call kernel,4.9.61,4.9.x,$(EXTRA)))

4303
kernel/config-4.14.x-aarch64 Normal file

File diff suppressed because it is too large Load Diff

4154
kernel/config-4.14.x-x86_64 Normal file

File diff suppressed because it is too large Load Diff