diff options
Diffstat (limited to 'mdk-stage1/adsl.c')
| -rw-r--r-- | mdk-stage1/adsl.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/mdk-stage1/adsl.c b/mdk-stage1/adsl.c index 03eeeb9a9..70968f50b 100644 --- a/mdk-stage1/adsl.c +++ b/mdk-stage1/adsl.c @@ -1,7 +1,7 @@  /* - * Guillaume Cottenceau (gc@mandrakesoft.com) + * Guillaume Cottenceau (gc)   * - * Copyright 2000 Mandrakesoft + * Copyright 2000 Mandriva   *   * This software may be freely redistributed under the terms of the GNU   * public license. @@ -156,8 +156,8 @@ enum return_type perform_adsl(struct interface_info * intf)  	intf->boot_proto = BOOTPROTO_ADSL_PPPOE;  	wait_message("Waiting for ADSL connection to show up..."); -	my_insmod("ppp_generic", ANY_DRIVER_TYPE, NULL, 1); -	my_insmod("ppp_async", ANY_DRIVER_TYPE, NULL, 1); +	my_modprobe("ppp_generic", ANY_DRIVER_TYPE, NULL); +	my_modprobe("ppp_async", ANY_DRIVER_TYPE, NULL);  	results = adsl_connect(intf, answers[0], answers[1], answers[2]);  	remove_wait_message(); | 
