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

@ -375,6 +375,7 @@ def kconfig(args):
if args.file:
if pmb.parse.kconfig.check_file(args, args.package,
anbox=args.anbox,
nftables=args.nftables,
details=True):
logging.info("kconfig check succeeded!")
return
@ -404,6 +405,7 @@ def kconfig(args):
continue
if not pmb.parse.kconfig.check(args, package,
force_anbox_check=args.anbox,
force_nftables_check=args.nftables,
details=True):
error = True