mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
kernel: Update to 5.0.4/4.19.31
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
e1b94133f1
commit
b1249c28ca
@ -251,21 +251,21 @@ endef
|
|||||||
# Debug targets only for latest stable and LTS stable
|
# Debug targets only for latest stable and LTS stable
|
||||||
#
|
#
|
||||||
ifeq ($(ARCH),x86_64)
|
ifeq ($(ARCH),x86_64)
|
||||||
$(eval $(call kernel,5.0.3,5.0.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.0.4,5.0.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.30,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.31,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.30,4.19.x,,-dbg))
|
$(eval $(call kernel,4.19.31,4.19.x,,-dbg))
|
||||||
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
||||||
$(eval $(call kernel,4.14.108,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.108,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.9.165,4.9.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.9.165,4.9.x,$(EXTRA),$(DEBUG)))
|
||||||
|
|
||||||
else ifeq ($(ARCH),aarch64)
|
else ifeq ($(ARCH),aarch64)
|
||||||
$(eval $(call kernel,5.0.3,5.0.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.0.4,5.0.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.30,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.31,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
||||||
|
|
||||||
else ifeq ($(ARCH),s390x)
|
else ifeq ($(ARCH),s390x)
|
||||||
$(eval $(call kernel,5.0.3,5.0.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.0.4,5.0.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.30,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.31,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Target for kernel config
|
# Target for kernel config
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.19.30 Kernel Configuration
|
# Linux/arm64 4.19.31 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.19.30 Kernel Configuration
|
# Linux/s390 4.19.31 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.19.30 Kernel Configuration
|
# Linux/x86 4.19.31 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 5.0.3 Kernel Configuration
|
# Linux/arm64 5.0.4 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 5.0.3 Kernel Configuration
|
# Linux/s390 5.0.4 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 5.0.3 Kernel Configuration
|
# Linux/x86 5.0.4 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user