mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-25 20:37:03 +00:00
kernel: Remove 4.16.x as it is EOLed
The previous commit updated to 4.16.18, which is the last 4.16.x kernel. The 4.16.18 kernel was compiled and pushed but we may as well now remove it as it has been EOLed. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -219,7 +219,6 @@ endef
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.17.3,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.16.18,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.52,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.52,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.40,4.14.x,-rt,))
|
||||
|
Reference in New Issue
Block a user