summaryrefslogtreecommitdiffstats
path: root/package/ppp/patches/202-atm_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/ppp/patches/202-atm_fix.patch')
-rw-r--r--package/ppp/patches/202-atm_fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/ppp/patches/202-atm_fix.patch b/package/ppp/patches/202-atm_fix.patch
deleted file mode 100644
index 853f7ae88..000000000
--- a/package/ppp/patches/202-atm_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: ppp-2.4.3/pppd/plugins/pppoatm/pppoatm.c
-===================================================================
---- ppp-2.4.3.orig/pppd/plugins/pppoatm/pppoatm.c 2007-06-04 13:22:11.014180872 +0200
-+++ ppp-2.4.3/pppd/plugins/pppoatm/pppoatm.c 2007-06-04 13:22:12.281988136 +0200
-@@ -136,8 +136,6 @@
- int fd;
- struct atm_qos qos;
-
-- system ("/sbin/modprobe pppoatm");
--
- if (!device_got_set)
- no_device_given_pppoatm();
- fd = socket(AF_ATMPVC, SOCK_DGRAM, 0);