mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
kernel: Bump to 5.11.18/5.10.34/5.4.116
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
f9f85bd4b3
commit
f3f9c56d60
@ -248,20 +248,20 @@ 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))
|
||||
$(eval $(call kernel,5.11.18,5.11.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.34,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.116,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.116,5.4.x,,-dbg))
|
||||
#$(eval $(call kernel,5.4.28,5.4.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),$(filter $(ARCH),aarch64 arm64))
|
||||
$(eval $(call kernel,5.11.15,5.11.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.11,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.11.18,5.11.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.34,5.10.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.11.18,5.11.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.34,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.10.31 Kernel Configuration
|
||||
# Linux/arm64 5.10.34 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 5.10.31 Kernel Configuration
|
||||
# Linux/s390 5.10.34 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.10.31 Kernel Configuration
|
||||
# Linux/x86 5.10.34 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.11.15 Kernel Configuration
|
||||
# Linux/arm64 5.11.18 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 5.11.15 Kernel Configuration
|
||||
# Linux/s390 5.11.18 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.11.15 Kernel Configuration
|
||||
# Linux/x86 5.11.18 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.4.113 Kernel Configuration
|
||||
# Linux/x86 5.4.116 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user