pmbootstrap kconfig check: add iwd check (MR 2133)

iwd seems like a promising alternative to wpa_supplicant. It uses crypto
implementations from the kernel, so let's make kconfig check aware of
the options it needs.
This commit is contained in:
Oliver Smith 2021-10-21 09:41:13 +02:00
parent d856e21673
commit aead36d5ac
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 38 additions and 0 deletions

View file

@ -404,6 +404,7 @@ def kconfig(args):
args, package,
force_anbox_check=args.anbox,
force_apparmor_check=args.apparmor,
force_iwd_check=args.iwd,
force_nftables_check=args.nftables,
force_containers_check=args.containers,
force_zram_check=args.zram,