7fa3fe6741
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39963
12 lines
297 B
Diff
12 lines
297 B
Diff
--- a/pppd/plugins/pppoatm/pppoatm.c
|
|
+++ b/pppd/plugins/pppoatm/pppoatm.c
|
|
@@ -133,8 +133,6 @@ static int connect_pppoatm(void)
|
|
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);
|