mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
kernel: Add support for 4.17.x kernels
The kernel configs are the 4.16.x configs run through a 'make defconfig && make oldconfig' cycle. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
ba5e75a24e
commit
25738c0768
@ -218,6 +218,7 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.17,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.16.13,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,,-dbg))
|
||||
@ -226,11 +227,13 @@ $(eval $(call kernel,4.9.105,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.135,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.17,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.16.13,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.40,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.17,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.16.13,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
4407
kernel/config-4.17.x-aarch64
Normal file
4407
kernel/config-4.17.x-aarch64
Normal file
File diff suppressed because it is too large
Load Diff
3359
kernel/config-4.17.x-s390x
Normal file
3359
kernel/config-4.17.x-s390x
Normal file
File diff suppressed because it is too large
Load Diff
4228
kernel/config-4.17.x-x86_64
Normal file
4228
kernel/config-4.17.x-x86_64
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user