mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Remove 4.19.x for arm64 and s390x
A subsequent commit will make the 5.4 kernel the default. This is primarily to reduce the number of kernels we need to compile for every upgrade. Note, we keep the 4.19 config file for arm64 around since the -rt kernel config needs it. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
07f1bae9ce
commit
5c336a9ae7
@ -260,12 +260,10 @@ $(eval $(call kernel,4.14.171,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.104,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.104,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.19.104 Kernel Configuration
|
||||
# Linux/arm64 4.19.113 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user