slugos: Add required usb/scsi modules to rootfs
authorOyvind Repvik <nail@nslu2-linux.org>
Wed, 29 Mar 2006 11:25:41 +0000 (11:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 29 Mar 2006 11:25:41 +0000 (11:25 +0000)
conf/distro/debianslug.conf
conf/distro/openslug.conf
conf/distro/ucslugc.conf

index c5c9f68..1063356 100644 (file)
@@ -87,6 +87,15 @@ kernel-module-nls-cp437 \
 kernel-module-nls-utf8 \
 "
 
+DEBIANSLUG_STANDARD_RDEPENDS += "\
+kernel-module-ehci-hcd \
+kernel-module-ohci-hcd \
+kernel-module-uhci-hcd \
+kernel-module-sd-mod \
+kernel-module-usb-storage \
+kernel-module-scsi-mod \
+"
+
 # This documents other file systems which are built but not installed
 # by default in the flash image.
 #
index 304cd6d..09f3691 100644 (file)
@@ -87,6 +87,15 @@ kernel-module-nls-cp437 \
 kernel-module-nls-utf8 \
 "
 
+OPENSLUG_STANDARD_RDEPENDS += "\
+kernel-module-ehci-hcd \
+kernel-module-ohci-hcd \
+kernel-module-uhci-hcd \
+kernel-module-sd-mod \
+kernel-module-usb-storage \
+kernel-module-scsi-mod \
+"
+
 # This documents other file systems which are built but not installed
 # by default in the flash image.
 #
index 24ef6e6..bb6c6ef 100644 (file)
@@ -19,6 +19,16 @@ UCSLUGC_EXTRA_BBFILES ?= ""
 # prefix UCSLUGC_ are used here to default the values of the corresponding NSLU2_
 # setting - either may be set in local.conf to override these values.
 UCSLUGC_EXTRA_RDEPENDS ?= ""
+
+UCSLUGC_STANDARD_RDEPENDS += "\
+kernel-module-ehci-hcd \
+kernel-module-ohci-hcd \
+kernel-module-uhci-hcd \
+kernel-module-sd-mod \
+kernel-module-usb-storage \
+kernel-module-scsi-mod \
+"
+
 #
 SLUGOS_EXTRA_RDEPENDS ?= "${UCSLUGC_EXTRA_RDEPENDS}"