mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Add 5.2.x kernels
The kernel config is derived from the 5.1.x config and run through make oldconfig Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
515505b76e
commit
a1cd1a9c43
@ -251,6 +251,7 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.2.9,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.71,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.71,4.19.x,,-dbg))
|
||||
@ -259,11 +260,13 @@ $(eval $(call kernel,4.14.142,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.192,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.2.9,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.71,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.2.9,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.1.15,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.71,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
4870
kernel/config-5.2.x-aarch64
Normal file
4870
kernel/config-5.2.x-aarch64
Normal file
File diff suppressed because it is too large
Load Diff
3671
kernel/config-5.2.x-s390x
Normal file
3671
kernel/config-5.2.x-s390x
Normal file
File diff suppressed because it is too large
Load Diff
4628
kernel/config-5.2.x-x86_64
Normal file
4628
kernel/config-5.2.x-x86_64
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user