| Message ID | 20260512163727.3832144-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/3] iwd: depend on the regulatory database | expand |
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb index a53137537e..073814d89d 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb @@ -59,4 +59,5 @@ RRECOMMENDS:${PN} = "\ kernel-module-pkcs7-message \ kernel-module-pkcs8-key-parser \ kernel-module-x509-key-parser \ + wireless-regdb-static \ "
Doing wifi without the regulatory database is not good, so add a runtime dependency to iwd to ensure that it gets pulled into the image for the kernel drivers to use. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-oe/recipes-connectivity/iwd/iwd_3.12.bb | 1 + 1 file changed, 1 insertion(+)