mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39963 3c298f89-4303-0410-b956-a3cf2f4a3e73
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);
|