Add wireless-regdb recipe to rootfs
Otherwise wireless config in kernel complains that regulatory.db does not exist: cfg80211: failed to load regulatory.db
This commit is contained in:
parent
3610c11628
commit
bcbb599731
@ -73,7 +73,7 @@ USERADD_PARAM_${PN} = "-m -u 1000 -s /bin/bash citadel"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
|
||||
# for citadel-ifconfig.sh citadel-setpassword.sh
|
||||
RDEPENDS_${PN} = "bash wireless-regdb-static"
|
||||
RDEPENDS_${PN} = "bash"
|
||||
|
||||
inherit allarch systemd useradd
|
||||
|
||||
|
@ -22,6 +22,7 @@ RDEPENDS_${PN} = "\
|
||||
libgudev \
|
||||
networkmanager \
|
||||
iwd \
|
||||
wireless-regdb \
|
||||
polkit \
|
||||
network-manager-applet \
|
||||
clutter-1.0 \
|
||||
@ -44,5 +45,4 @@ RDEPENDS_${PN} = "\
|
||||
librsvg \
|
||||
librsvg-gtk \
|
||||
glib-2.0-utils \
|
||||
xdg-dbus-proxy \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user