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

@ -379,7 +379,7 @@ def kconfig(args):
# Handle passing a file directly
if args.file:
if pmb.parse.kconfig.check_file(args.package,
anbox=args.anbox,
waydroid=args.waydroid,
nftables=args.nftables,
containers=args.containers,
zram=args.zram,
@ -415,7 +415,7 @@ def kconfig(args):
continue
if not pmb.parse.kconfig.check(
args, package,
force_anbox_check=args.anbox,
force_waydroid_check=args.waydroid,
force_iwd_check=args.iwd,
force_nftables_check=args.nftables,
force_containers_check=args.containers,