mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
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:
parent
ca3e9edb00
commit
c486675df0
@ -172,6 +172,8 @@ endef
|
|||||||
# Build Targets
|
# Build Targets
|
||||||
# Debug targets only for latest stable and LTS stable
|
# 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,$(EXTRA)))
|
||||||
$(eval $(call kernel,4.13.12,4.13.x,-dbg))
|
$(eval $(call kernel,4.13.12,4.13.x,-dbg))
|
||||||
$(eval $(call kernel,4.9.61,4.9.x,$(EXTRA)))
|
$(eval $(call kernel,4.9.61,4.9.x,$(EXTRA)))
|
||||||
|
4303
kernel/config-4.14.x-aarch64
Normal file
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
4154
kernel/config-4.14.x-x86_64
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user