mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Update to 5.3.2/5.2.18/4.19.76
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
4379275f45
commit
b457648c40
@ -251,24 +251,24 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.3.1,5.3.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.2.17,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.75,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.75,4.19.x,,-dbg))
|
||||
$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.2.18,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.76,4.19.x,,-dbg))
|
||||
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
|
||||
$(eval $(call kernel,4.14.146,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.194,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.3.1,5.3.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.2.17,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.75,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.2.18,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.3.1,5.3.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.2.17,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.75,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.2.18,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.19.75 Kernel Configuration
|
||||
# Linux/arm64 4.19.76 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.19.75 Kernel Configuration
|
||||
# Linux/s390 4.19.76 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.75 Kernel Configuration
|
||||
# Linux/x86 4.19.76 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.2.17 Kernel Configuration
|
||||
# Linux/arm64 5.2.18 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 5.2.17 Kernel Configuration
|
||||
# Linux/s390 5.2.18 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.2.17 Kernel Configuration
|
||||
# Linux/x86 5.2.18 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.3.1 Kernel Configuration
|
||||
# Linux/arm64 5.3.2 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 5.3.1 Kernel Configuration
|
||||
# Linux/s390 5.3.2 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.3.1 Kernel Configuration
|
||||
# Linux/x86 5.3.2 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user