pmb.parse.kconfig: rename anbox check to waydroid (MR 2204)

Change the naming to fit what software is actually used in postmarketOS.
This commit is contained in:
Luca Weiss 2022-09-04 22:45:22 +02:00 committed by Oliver Smith
parent e468fc518e
commit f7fb1fe078
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
7 changed files with 29 additions and 28 deletions

View file

@ -464,8 +464,8 @@ def arguments_kconfig(subparser):
check.add_argument("--arch", choices=arch_choices, dest="arch")
check.add_argument("--file", action="store_true", help="check a file"
" 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("--waydroid", action="store_true", help="check"
" options needed for waydroid too")
check.add_argument("--iwd", action="store_true", help="check"
" options needed for iwd too")
check.add_argument("--nftables", action="store_true", help="check"