diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-12-06 10:55:45 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-12-06 10:55:45 +0000 |
commit | 17582a4ad4e22d8a4c65739913c63acb5d091aee (patch) | |
tree | 279bf2aad80fb7f86aacefda30665d354a563e31 /conf/distro/openslug.conf | |
parent | 2aedfc4e34a370cbdec09d7a258d60cc4ad63ac3 (diff) | |
parent | 5b541ff766ed2a9ed77cd68ed558651a4fa5f5ae (diff) |
merge of '3fa76fd2a4646a878f0810156dec4b7da94c14f2'
and 'ee31c6e3fc63b93eae8552042728645a8206cf1c'
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 55a6942a4f..dec16d8cd7 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -86,26 +86,15 @@ kernel-module-nls-cp437 \ kernel-module-nls-utf8 \ " -# Add module to create i2c chardev +# Add daemon required for HW RNG support OPENSLUG_STANDARD_RDEPENDS += "\ -kernel-module-i2c-dev \ -" - -# Add module & daemon required for HW RNG support -OPENSLUG_STANDARD_RDEPENDS += "\ -kernel-module-ixp4xx-rng \ rng-tools \ " # Add modules required for usb support OPENSLUG_STANDARD_RDEPENDS += "\ -kernel-module-usbcore \ kernel-module-ohci-hcd \ -kernel-module-ehci-hcd \ kernel-module-uhci-hcd \ -kernel-module-scsi-mod \ -kernel-module-sd-mod \ -kernel-module-usb-storage \ " # Add modules required for IDE support |