From 856c3bd665c8883ad05ba9575893940d76e593ad Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 3 Nov 2020 15:07:11 -0500 Subject: [PATCH] add /usr/lib/firmware/regulatory.db to extra.img for wifi config --- meta-citadel/recipes-citadel/images/citadel-extra-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-citadel/recipes-citadel/images/citadel-extra-image.bb b/meta-citadel/recipes-citadel/images/citadel-extra-image.bb index 5bb016e..fa028de 100644 --- a/meta-citadel/recipes-citadel/images/citadel-extra-image.bb +++ b/meta-citadel/recipes-citadel/images/citadel-extra-image.bb @@ -4,6 +4,7 @@ LICENSE = "MIT" PACKAGE_INSTALL = "\ linux-firmware \ + wireless-regdb-static \ paper-icon-theme \ gnome-backgrounds \ base16-vim \