pppd: don't call modprobe at all from pppoatm
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38737
This commit is contained in:
parent
20ac13adc1
commit
f48568af8e
13
package/network/services/ppp/patches/406-no_modprobe.patch
Normal file
13
package/network/services/ppp/patches/406-no_modprobe.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: ppp-2.4.5/pppd/plugins/pppoatm/pppoatm.c
|
||||
===================================================================
|
||||
--- ppp-2.4.5.orig/pppd/plugins/pppoatm/pppoatm.c 2013-11-11 14:36:41.708298496 +0100
|
||||
+++ ppp-2.4.5/pppd/plugins/pppoatm/pppoatm.c 2013-11-11 14:39:03.556301877 +0100
|
||||
@@ -133,8 +133,6 @@
|
||||
int fd;
|
||||
struct atm_qos qos;
|
||||
|
||||
- system ("/sbin/modprobe -q pppoatm");
|
||||
-
|
||||
if (!device_got_set)
|
||||
no_device_given_pppoatm();
|
||||
fd = socket(AF_ATMPVC, SOCK_DGRAM, 0);
|
Loading…
Reference in New Issue
Block a user