mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
kernel: Add kernel config and build support for 4.12 kernels
- The x86_64 kernel config was derived from our 4.11 config and then adjusted with the recent changes - The arm64 kernel config was derived from the 4.9 config Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
6fc9a32c15
commit
cc67c08667
@ -133,6 +133,8 @@ endef
|
||||
# Build Targets
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
$(eval $(call kernel,4.12.8,4.12.x))
|
||||
$(eval $(call kernel,4.12.8,4.12.x,_dbg))
|
||||
$(eval $(call kernel,4.9.44,4.9.x))
|
||||
$(eval $(call kernel,4.9.44,4.9.x,_dbg))
|
||||
$(eval $(call kernel,4.4.83,4.4.x))
|
||||
|
4108
kernel/kernel_config-4.12.x-aarch64
Normal file
4108
kernel/kernel_config-4.12.x-aarch64
Normal file
File diff suppressed because it is too large
Load Diff
4106
kernel/kernel_config-4.12.x-x86_64
Normal file
4106
kernel/kernel_config-4.12.x-x86_64
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user