mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Add support for 4.18.x kernels
The kernel config was derived from the 4.17.x kernel config and then tweaked a little. Specifically: - Enable XDP_SOCKETS - Enable NFT_CONNLIMIT - Enable IP_VS_MH - Enable BPFILTER (as module) Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
a3bca0ea59
commit
dfa6076900
@ -259,6 +259,7 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(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.63,4.14.x,,-dbg))
|
||||
@ -267,11 +268,13 @@ $(eval $(call kernel,4.9.120,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(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
|
||||
|
4456
kernel/config-4.18.x-aarch64
Normal file
4456
kernel/config-4.18.x-aarch64
Normal file
File diff suppressed because it is too large
Load Diff
3394
kernel/config-4.18.x-s390x
Normal file
3394
kernel/config-4.18.x-s390x
Normal file
File diff suppressed because it is too large
Load Diff
4278
kernel/config-4.18.x-x86_64
Normal file
4278
kernel/config-4.18.x-x86_64
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user