mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
kernel: Update LTS kernels to 5.10.47/5.4.129
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
25c796e854
commit
43d3ff0630
@ -257,14 +257,14 @@ endef
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.11.22,5.11.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.39,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.39,5.10.x,,-dbg))
|
||||
$(eval $(call kernel,5.4.121,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.47,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.47,5.10.x,,-dbg))
|
||||
$(eval $(call kernel,5.4.129,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.11.4,5.11.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),$(filter $(ARCH),aarch64 arm64))
|
||||
$(eval $(call kernel,5.11.22,5.11.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.39,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.10.47,5.10.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.11.4,5.11.x,-rt,))
|
||||
|
||||
endif
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.10.39 Kernel Configuration
|
||||
# Linux/arm64 5.10.47 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 10.2.1_pre1) 10.2.1 20201203"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.10.39 Kernel Configuration
|
||||
# Linux/x86 5.10.47 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 10.2.1_pre1) 10.2.1 20201203"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.4.121 Kernel Configuration
|
||||
# Linux/x86 5.4.129 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user