diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index fb6a48b78d..bbccbf25d4 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -101,6 +101,10 @@ OPENSLUG_STANDARD_DEPENDS += "upslug2-native" OPENSLUG_STANDARD_DEPENDS += "lrzsz" OPENSLUG_STANDARD_RDEPENDS += "lrzsz" +# This adds udev support in the root fs. +OPENSLUG_STANDARD_DEPENDS += "udev" +OPENSLUG_STANDARD_RDEPENDS += "udev" + # The 'standard' values are the defaults for the 'extra' packages added # to the firmware image. None of these things are requirements to have # a bootable, useable, system however they *are* expected to be present |