summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/meta/openslug-image.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/meta/openslug-image.bb b/packages/meta/openslug-image.bb
index e351d3ba08..e97d57702b 100644
--- a/packages/meta/openslug-image.bb
+++ b/packages/meta/openslug-image.bb
@@ -15,7 +15,11 @@ USE_DEVFS = "1"
# Removing these probably leaves the system bootable, but standard
# openslug and ucslugc stuff won't work, so only take these out in
# very non-standard turnkey ucslugc builds.
-OPENSLUG_SUPPORT ?= "diffutils cpio findutils"
+#
+# udev is the default way of handling devices, there is no guarantee
+# that the static device table is completely correct (it is just
+# known to be sufficient for boot.)
+OPENSLUG_SUPPORT ?= "diffutils cpio findutils udev"
# NOTE: file system kernel modules are defined in openslug.conf
# (OPENSLUG_EXTRA_FILESYSTEMS, included in OPENSLUG_EXTRA_INSTALL)