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

@ -436,6 +436,8 @@ def arguments_kconfig(subparser):
" options needed for anbox too")
check.add_argument("--apparmor", action="store_true", help="check"
" options needed for apparmor too")
check.add_argument("--iwd", action="store_true", help="check"
" options needed for iwd too")
check.add_argument("--nftables", action="store_true", help="check"
" options needed for nftables too")
check.add_argument("--containers", action="store_true",