Changed ide-cd to ide-cd_mod
Damnit 2.6.25 Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
e33c687400
commit
a23e702eb6
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
install ()
|
||||
{
|
||||
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
|
||||
MODULES="cdrom ide-cd_mod ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
|
||||
|
||||
# need usb modules for external drives
|
||||
MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
install ()
|
||||
{
|
||||
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") "
|
||||
MODULES="cdrom ide-cd_mod ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") "
|
||||
|
||||
MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue