summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorg2@giantshoulder.com <g2@giantshoulder.com>2005-02-21 00:27:47 +0000
committerg2@giantshoulder.com <g2@giantshoulder.com>2005-02-21 00:27:47 +0000
commit473d45a56ea484dd66ac0700a917e304e994d6e5 (patch)
tree0882c812f5ef771013dce6ff6825c14339975f68 /conf
parent851c22ddf3182974555c69e2a4fd5b7c9ca3425d (diff)
Switch to hotplug-ng and tweak sysconfsetup for /etc/networks/interfaces and ehci-hcd, boot directly to /dev/mtdblock4 until we add /initrd and fix switchbox
BKrev: 42192b03wZVN4cRgtqs0xPX31y3Klg
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/openslug.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf
index 73860298d7..e1c8c7d741 100644
--- a/conf/distro/openslug.conf
+++ b/conf/distro/openslug.conf
@@ -26,8 +26,10 @@ 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"
+#OPENSLUG_EXTRA_DEPENDS += "linux-hotplug"
+#OPENSLUG_EXTRA_RDEPENDS += "linux-hotplug"
+OPENSLUG_EXTRA_DEPENDS += "hotplug-ng"
+OPENSLUG_EXTRA_RDEPENDS += "hotplug-ng"
BOOTSTRAP_EXTRA_DEPENDS += "${OPENSLUG_EXTRA_DEPENDS}"
BOOTSTRAP_EXTRA_RDEPENDS += "${OPENSLUG_EXTRA_RDEPENDS}"