diff mbox

[v2,4/6] systemd: set correct firmware search path

Message ID 1379679847-16141-5-git-send-email-eric.le.bihan.dev@free.fr
State Superseded
Headers show

Commit Message

Eric Le Bihan Sept. 20, 2013, 12:24 p.m. UTC
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
 package/systemd/systemd.mk |    1 +
 1 file changed, 1 insertion(+)

--
1.7.9.5

Comments

Thomas Petazzoni Nov. 2, 2013, 6:10 p.m. UTC | #1
Dear Eric Le Bihan,

On Fri, 20 Sep 2013 14:24:05 +0200, Eric Le Bihan wrote:
> Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
> ---
>  package/systemd/systemd.mk |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index d371711..1afceed 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -34,6 +34,7 @@ SYSTEMD_CONF_OPT += \
>  	--with-dbussessionservicedir=/usr/share/dbus-1/services \
>  	--with-dbussystemservicedir=/usr/share/dbus-1/system-services \
>  	--with-dbusinterfacedir=/usr/share/dbus-1/interfaces \
> +	--with-firmware-path=/lib/firmware \
>  	--enable-split-usr \
>  	--enable-introspection=no \
>  	--disable-efi \

This should be squashed into the patch updating systemd, I don't really
a reason to have this separately.

Thomas
diff mbox

Patch

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index d371711..1afceed 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -34,6 +34,7 @@  SYSTEMD_CONF_OPT += \
 	--with-dbussessionservicedir=/usr/share/dbus-1/services \
 	--with-dbussystemservicedir=/usr/share/dbus-1/system-services \
 	--with-dbusinterfacedir=/usr/share/dbus-1/interfaces \
+	--with-firmware-path=/lib/firmware \
 	--enable-split-usr \
 	--enable-introspection=no \
 	--disable-efi \