forked from Mirror/pmbootstrap
kconfig check: add support for nftables (MR 2042)
This commit is contained in:
parent
df9c61a868
commit
599d74ec25
8 changed files with 456 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue