diff options
| author | maximilian attems <max@stro.at> | 2008-04-08 16:51:02 +0200 |
|---|---|---|
| committer | maximilian attems <max@stro.at> | 2008-04-08 16:51:02 +0200 |
| commit | bd052d092afbfd145fe5c22fcfdc407f2b9c2b84 (patch) | |
| tree | 68b60250849a78c5c2e05502f7d1f398367017fe | |
| parent | 4843c922a862303c3212b40da160e874cbfd33c6 (diff) | |
| download | initramfs-tools-bd052d092afbfd145fe5c22fcfdc407f2b9c2b84.tar.gz initramfs-tools-bd052d092afbfd145fe5c22fcfdc407f2b9c2b84.zip | |
MODULES=dep fix ps3 support
Debian never shipped the PS3PF legacy plattform,
only retain the relevant upstream accepted ps3 plattform drivers.
| -rw-r--r-- | hook-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions index 4cf916a..1f98cba 100644 --- a/hook-functions +++ b/hook-functions @@ -293,7 +293,7 @@ dep_add_modules() fi if [ -e /sys/bus/ps3_system_bus/ ]; then - for x in ps3_storage gelic_net ohci-hcd ehci-hcd; do + for x in ps3disk ps3rom ps3-gelic; do manual_add_modules "${x}" done fi |
