From e9943abec27d5e244f3c3e86ae4905356ab67e85 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 23 Mar 2013 12:30:25 +0000 Subject: (my_insmod) rename as (my_modprobe) as it really what it is --- mdk-stage1/adsl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/adsl.c') 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(); -- cgit v1.2.1