diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-10-01 15:27:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-01 15:27:24 +0000 |
commit | ac5283393670750722e6d3bdbb9a5ea373cffb94 (patch) | |
tree | 55088765f4eb793b1a6e3add570a6a5ae8ced630 /conf | |
parent | 4d458f970c410967e21a1cb56d4ae4d76af02554 (diff) |
Re-add udev to the firmware image. The change appears to have been lost somewhere
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 |