kconfig check: add support for nftables (MR 2042)

This commit is contained in:
Clayton Craft 2021-03-30 17:34:14 -07:00 committed by Oliver Smith
parent df9c61a868
commit 599d74ec25
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
8 changed files with 456 additions and 5 deletions

View file

@ -152,4 +152,4 @@ def menuconfig(args, pkgname):
# Check config
pmb.parse.kconfig.check(args, apkbuild["_flavor"], force_anbox_check=False,
details=True)
force_nftables_check=False, details=True)