aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/services/ppp/patches/510-fix-modprobe.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/network/services/ppp/patches/510-fix-modprobe.patch b/network/services/ppp/patches/510-fix-modprobe.patch
deleted file mode 100644
index 84e18b71e1..0000000000
--- a/network/services/ppp/patches/510-fix-modprobe.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/pppd/plugins/pppoatm/pppoatm.c.orig 2013-11-09 18:34:12.380820631 +0100
-+++ b/pppd/plugins/pppoatm/pppoatm.c 2013-11-09 18:34:20.140820952 +0100
-@@ -133,7 +133,7 @@
- int fd;
- struct atm_qos qos;
-
-- system ("/sbin/modprobe -q pppoatm");
-+ system ("/usr/sbin/modprobe pppoatm");
-
- if (!device_got_set)
- no_device_given_pppoatm();