diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-14 14:17:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-14 14:17:54 +0000 |
commit | b45e49d911b7b365efd3d9f68b70b31ddd475447 (patch) | |
tree | 050728983fd8801264703a00cd4b6ebbac0e4fb8 /conf | |
parent | 4e1d8353b3caf7603b725f697cbd375ba51f583a (diff) |
openslug.conf, debianslug.conf, ucslugc.conf: Removed the modules which we've now compiled into the kernel.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/debianslug.conf | 9 | ||||
-rw-r--r-- | conf/distro/openslug.conf | 9 | ||||
-rw-r--r-- | conf/distro/ucslugc.conf | 9 |
3 files changed, 0 insertions, 27 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index 32dd55d978..f503e928d7 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -87,15 +87,6 @@ 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. # diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 9c9ce228b4..94574c3fe0 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -87,15 +87,6 @@ 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. # diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index bb6c6efa6a..b6f19308d1 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -20,15 +20,6 @@ UCSLUGC_EXTRA_BBFILES ?= "" # 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}" |