mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-18 17:01:07 +00:00
kernel: Add support for 5.1.x kernels
The config files were derived from the 5.0.x config files and run through make oldconfig. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
7bebc0fae5
commit
63a120c4a1
@ -251,6 +251,7 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.1.1,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.0.15,5.0.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.42,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.42,4.19.x,,-dbg))
|
||||
@ -259,11 +260,13 @@ $(eval $(call kernel,4.14.118,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.175,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.1.1,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.0.15,5.0.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.42,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.1.1,5.1.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.0.15,5.0.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.42,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
4603
kernel/config-5.1.x-aarch64
Normal file
4603
kernel/config-5.1.x-aarch64
Normal file
File diff suppressed because it is too large
Load Diff
3471
kernel/config-5.1.x-s390x
Normal file
3471
kernel/config-5.1.x-s390x
Normal file
File diff suppressed because it is too large
Load Diff
4378
kernel/config-5.1.x-x86_64
Normal file
4378
kernel/config-5.1.x-x86_64
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user