summaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/406-no_modprobe.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-06-15 20:55:17 +0000
committerSteven Barth <cyrus@openwrt.org>2014-06-15 20:55:17 +0000
commit941ab9a89ada8ce32d143668ae509c6741245a17 (patch)
tree61ec8e63dec95149e09e718c0e715f7bcc9d274b /package/network/services/ppp/patches/406-no_modprobe.patch
parent1599e6f6015fd97f4272182b3f6e3d67f78a30bf (diff)
downloadmaster-31e0f0ae-941ab9a89ada8ce32d143668ae509c6741245a17.tar.gz
master-31e0f0ae-941ab9a89ada8ce32d143668ae509c6741245a17.tar.bz2
master-31e0f0ae-941ab9a89ada8ce32d143668ae509c6741245a17.zip
ppp: bump to 2.4.6
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 41193
Diffstat (limited to 'package/network/services/ppp/patches/406-no_modprobe.patch')
-rw-r--r--package/network/services/ppp/patches/406-no_modprobe.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/services/ppp/patches/406-no_modprobe.patch b/package/network/services/ppp/patches/406-no_modprobe.patch
deleted file mode 100644
index 54b4b44f9c..0000000000
--- a/package/network/services/ppp/patches/406-no_modprobe.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);