Files
bpfire/src/patches/ppp-2.4.2-pppoatm-modprobe.patch

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();