mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
kernel: Add 5.11.x kernel
The config file is derived from the 5.10.x kernel. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
2197d6670b
commit
86252f10ca
@ -248,6 +248,7 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.11.15,5.11.x,$(EXTRA),$(DEBUG)))
|
||||
$(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))
|
||||
@ -255,11 +256,13 @@ $(eval $(call kernel,5.4.113,5.4.x,,-dbg))
|
||||
$(eval $(call kernel,4.19.188,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.11.15,5.11.x,$(EXTRA),$(DEBUG)))
|
||||
$(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.11.15,5.11.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.31,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.113,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
5189
kernel/config-5.11.x-aarch64
Normal file
5189
kernel/config-5.11.x-aarch64
Normal file
File diff suppressed because it is too large
Load Diff
3823
kernel/config-5.11.x-s390x
Normal file
3823
kernel/config-5.11.x-s390x
Normal file
File diff suppressed because it is too large
Load Diff
4822
kernel/config-5.11.x-x86_64
Normal file
4822
kernel/config-5.11.x-x86_64
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user