kconfigcheck: fix typo in nftables version constraint
Fixes 7829e6c
The old pmb config that was migrated to pmaports had "<5.17"
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7136>
This commit is contained in:
parent
5e452bf41c
commit
4e3743b99e
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ IP6_NF_IPTABLES = "m"
|
|||
IP6_NF_FILTER = "m"
|
||||
IP6_NF_TARGET_REJECT = "m"
|
||||
IP6_NF_NAT = "m"
|
||||
["category:nftables".">=3.13.0 <0.17"."all"]
|
||||
["category:nftables".">=3.13.0 <5.17"."all"]
|
||||
NFT_COUNTER = "y"
|
||||
|
||||
# containers: lxc, docker, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue