summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/adsl.c
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-23 12:30:25 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-23 12:30:25 +0000
commite9943abec27d5e244f3c3e86ae4905356ab67e85 (patch)
treea869517ec0b994993a7a2ba619d81de2fc72e497 /mdk-stage1/adsl.c
parentb8fe5265b23376de2a40a58101188f88c0281626 (diff)
downloaddrakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.tar
drakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.tar.gz
drakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.tar.bz2
drakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.tar.xz
drakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.zip
(my_insmod) rename as (my_modprobe) as it really what it is
Diffstat (limited to 'mdk-stage1/adsl.c')
-rw-r--r--mdk-stage1/adsl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/adsl.c b/mdk-stage1/adsl.c
index ace741c18..59301e82d 100644
--- a/mdk-stage1/adsl.c
+++ b/mdk-stage1/adsl.c
@@ -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, 1);
+ my_modprobe("ppp_async", ANY_DRIVER_TYPE, NULL, 1);
results = adsl_connect(intf, answers[0], answers[1], answers[2]);
remove_wait_message();