forked from Mirror/pmbootstrap
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:
parent
d856e21673
commit
aead36d5ac
4 changed files with 38 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue