Skip to content
Snippets Groups Projects
Verified Commit f22bfb74 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

configs/common/kernel: drop unused options

These options are not in use. They are not activated because of missing
dependency activation. Both of them require module to be enabled and
that module has to packaged. In case of NFT the packages are already in
upstream. In case of XT packages are missing and should possibly be
created in upstream.
parent 5114f07f
2 merge requests!123Turris OS 5.0 (HBK),!89WIP: Refactor/configs
......@@ -66,24 +66,6 @@ CONFIG_KERNEL_NFS_V2=y
CONFIG_KERNEL_NFS_V3=y
CONFIG_KERNEL_ROOT_NFS=y
# Additional netfilter targets and match rules
CONFIG_KERNEL_NETFILTER_XT_TARGET_HMARK=y
CONFIG_KERNEL_NETFILTER_XT_TARGET_TCPOPTSTRIP=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_CGROUP=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_IPCOMP=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_L2TP=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_OSF=y
CONFIG_KERNEL_NETFILTER_XT_MATCH_SCTP=y
# nftables
CONFIG_KERNEL_NFT_RT=y
CONFIG_KERNEL_NFT_SET_BITMAP=y
CONFIG_KERNEL_NFT_OBJREF=y
CONFIG_KERNEL_NFT_QUEUE=y
CONFIG_KERNEL_NFT_COMPAT=y
CONFIG_KERNEL_NFT_DUP_IPV4=y
CONFIG_KERNEL_NFT_DUP_IPV6=y
# Watchdog
CONFIG_KERNEL_WATCHDOG_PRETIMEOUT_GOV=y
CONFIG_KERNEL_WATCHDOG_PRETIMEOUT_GOV_NOOP=n
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment