pmb.config: add RFKILL to iwd kconfig check

This module is required by iwd

Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20231105185108.1518-1-clayton@craftyguy.net%3E
This commit is contained in:
Clayton Craft 2023-11-05 10:51:08 -08:00 committed by Oliver Smith
parent c10a3ce73b
commit 6b7a499b9a
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ kconfig_options_iwd = {
"PKCS7_MESSAGE_PARSER": True,
"PKCS8_PRIVATE_KEY_PARSER": True,
"X509_CERTIFICATE_PARSER": True,
"RFKILL": True,
},
},
}