config: Move NFT_COUNTER into conditional (MR 2171)

The option has been removed and is now always enabled with nftables
core.

See also https://git.kernel.org/torvalds/c/023223d
This commit is contained in:
Luca Weiss 2022-02-22 19:03:06 +01:00 committed by Newbyte
parent e45e8f932c
commit 5252d8de78
No known key found for this signature in database
GPG Key ID: 5873C171C9429CFA
1 changed files with 5 additions and 1 deletions

View File

@ -422,7 +422,6 @@ necessary_kconfig_options_nftables = {
"NF_TABLES": True,
"NF_TABLES_INET": True,
"NFT_CT": True,
"NFT_COUNTER": True,
"NFT_LOG": True,
"NFT_LIMIT": True,
"NFT_MASQ": True,
@ -442,6 +441,11 @@ necessary_kconfig_options_nftables = {
"IP6_NF_NAT": True,
}
},
">=3.13.0 <5.17_rc1": { # option has been dropped
"all": { # all arches
"NFT_COUNTER": True,
},
},
}
# Necessary kernel config options for containers (lxc, Docker)