From 7d59a3ce829b0f44f4814dcd0c2eff585b8b605d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 7 Sep 2004 10:36:08 +0000 Subject: (perform_adsl) ppp module doesn't exist, don't try to load it --- mdk-stage1/adsl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mdk-stage1/adsl.c b/mdk-stage1/adsl.c index 848a0918a..ed0df52a2 100644 --- a/mdk-stage1/adsl.c +++ b/mdk-stage1/adsl.c @@ -152,7 +152,6 @@ enum return_type perform_adsl(struct interface_info * intf) 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_insmod("ppp", ANY_DRIVER_TYPE, NULL, 1); results = adsl_connect(intf->device, answers[0], answers[1], answers[2]); remove_wait_message(); -- cgit v1.2.1