mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Remove 4.17.x kernel for s390x and arm64
4.17 will be EOLed soon anyway so save some cycles compiling kernels on the "slower" arches. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
dfa6076900
commit
bcd87f6f33
@ -269,13 +269,11 @@ $(eval $(call kernel,4.4.148,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.18.1,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.17.15,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.63,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.59,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.18.1,4.18.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.17.15,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.63,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user