mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
14 lines
362 B
Diff
14 lines
362 B
Diff
diff -ruN ppp.orig/pppd/plugins/pppoatm.c ppp/pppd/plugins/pppoatm.c
|
|
--- ppp.orig/pppd/plugins/pppoatm.c 2003-10-17 22:03:40.000000000 +0200
|
|
+++ ppp/pppd/plugins/pppoatm.c 2003-10-17 22:03:27.000000000 +0200
|
|
@@ -148,7 +148,9 @@
|
|
int fd;
|
|
struct atm_qos qos;
|
|
|
|
+/*
|
|
system ("/sbin/modprobe pppoatm");
|
|
+*/
|
|
|
|
if (!device_got_set)
|
|
no_device_given_pppoatm();
|