From bd052d092afbfd145fe5c22fcfdc407f2b9c2b84 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Tue, 8 Apr 2008 16:51:02 +0200 Subject: MODULES=dep fix ps3 support Debian never shipped the PS3PF legacy plattform, only retain the relevant upstream accepted ps3 plattform drivers. --- hook-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hook-functions') 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 -- cgit v1.2.3