aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/patches/202-atm_fix.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-20 22:36:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-20 22:36:38 +0000
commit9137c11605e9bd0f7cc67895fd852e0b04cb672d (patch)
tree1796065955c8d3cb89a35b12741566a7198d93fd /package/ppp/patches/202-atm_fix.patch
parent89127a67f2707136d0219cba44138aa65889ebef (diff)
downloadupstream-9137c11605e9bd0f7cc67895fd852e0b04cb672d.tar.gz
upstream-9137c11605e9bd0f7cc67895fd852e0b04cb672d.tar.bz2
upstream-9137c11605e9bd0f7cc67895fd852e0b04cb672d.zip
update ppp to v2.4.4 (#5102)
SVN-Revision: 15955
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 853f7ae88e..0000000000
--- 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);