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:
Clayton Craft 2025-10-09 15:07:33 -07:00 committed by The Friendly Merge Bot
parent 5e452bf41c
commit 4e3743b99e
No known key found for this signature in database

View file

@ -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.