summaryrefslogtreecommitdiff
path: root/conf/distro/openslug.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r--conf/distro/openslug.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf
index 57abf79f94..60e9976d49 100644
--- a/conf/distro/openslug.conf
+++ b/conf/distro/openslug.conf
@@ -24,6 +24,11 @@ module-init-tools"
OPENSLUG_EXTRA_INSTALL += "${OPENSLUG_EXTRA_RDEPENDS}"
+# Whether to use the old shell hotplug or the new C hotplug is a
+# distribution decision.
+OPENSLUG_EXTRA_DEPENDS += "linux-hotplug"
+OPENSLUG_EXTRA_RDEPENDS += "linux-hotplug"
+
BOOTSTRAP_EXTRA_DEPENDS += "${OPENSLUG_EXTRA_DEPENDS}"
BOOTSTRAP_EXTRA_RDEPENDS += "${OPENSLUG_EXTRA_RDEPENDS}"