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
|
@ -435,6 +435,8 @@ def arguments_kconfig(subparser):
|
|||
" directly instead of a config in a package")
|
||||
check.add_argument("--anbox", action="store_true", help="check"
|
||||
" options needed for anbox too")
|
||||
check.add_argument("--nftables", action="store_true", help="check"
|
||||
" options needed for nftables too")
|
||||
check_package = check.add_argument("package", default="", nargs='?')
|
||||
if argcomplete:
|
||||
check_package.completer = kernel_completer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue