diff options
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/adsl.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |