diff options
-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}" |