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

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