mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
kernel: Add 5.10.x
The kernel config is derived from 5.6.x by running it through make oldconfig. For x86_64 changed manually: - CONFIG_VIRTIO_MEM=m -> y - CONFIG_PLDMFW=y -> not set For aarch64 changed manually: - CONFIG_SMSC_PHY=m -> not set - CONFIG_PLDMFW=y -> not set No adjustment to s390x config Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
ad4aec4965
commit
2197d6670b
@ -248,16 +248,19 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.10.31,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.113,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.113,5.4.x,,-dbg))
|
||||
#$(eval $(call kernel,5.4.28,5.4.x,-rt,))
|
||||
$(eval $(call kernel,4.19.188,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.10.31,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.113,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
#$(eval $(call kernel,5.4.28,5.4.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.10.31,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.113,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
|
5171
kernel/config-5.10.x-aarch64
Normal file
5171
kernel/config-5.10.x-aarch64
Normal file
File diff suppressed because it is too large
Load Diff
3807
kernel/config-5.10.x-s390x
Normal file
3807
kernel/config-5.10.x-s390x
Normal file
File diff suppressed because it is too large
Load Diff
4794
kernel/config-5.10.x-x86_64
Normal file
4794
kernel/config-5.10.x-x86_64
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user