summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2013-09-04 12:14:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-09-09 15:59:23 +0200
commit39e4f54ed6730da25ea85d31f220436c2653d7a7 (patch)
tree7564227ecbbb1ae23a710f98e9d8a8cc1cc4fe68
parenta6b2aea03a5d110f95484037bea13d56ff19cf82 (diff)
downloadptxdist-2013.09.0.tar.gz
ptxdist-2013.09.0.tar.xz
systemd: enable userspace firmware loader for old linux kernelsptxdist-2013.09.0
Kernel version 3.5 doesn't include the in-kernel firmware loader yet, so keep the userspace firmware loader around. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/systemd.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/systemd.make b/rules/systemd.make
index a56a40ede..60f4e90ea 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -83,6 +83,7 @@ SYSTEMD_CONF_OPT := \
--disable-manpages \
--enable-split-usr \
--disable-tests \
+ --with-firmware-path=/lib/firmware \
--with-sysvinit-path="" \
--with-sysvrcnd-path="" \
--without-python \
@@ -222,6 +223,7 @@ endif
/etc/systemd/logind.conf)
@$(call install_tree, systemd, 0, 0, -, /etc/systemd/system/)
@$(call install_tree, systemd, 0, 0, -, /usr/lib/tmpfiles.d/)
+ @$(call install_copy, systemd, 0, 0, 0644, -, /lib/udev/rules.d/50-firmware.rules)
@$(call install_copy, systemd, 0, 0, 0644, -, /lib/udev/rules.d/99-systemd.rules)
@$(call install_tree, systemd, 0, 0, -, /etc/dbus-1/system.d/)
@$(call install_tree, systemd, 0, 0, -, /usr/share/polkit-1/actions/)