diff options
author | John Crispin <john@openwrt.org> | 2013-11-11 13:40:24 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-11 13:40:24 +0000 |
commit | 20ac13adc129489645be4a688fe4a4c2701bb5be (patch) | |
tree | 12a881ca7466ba728c9a6b5e5a7451c0ed164eea /network/services/ppp/patches | |
parent | 191af20982e95301a6c8f7add5edaccad965f591 (diff) | |
download | upstream-20ac13adc129489645be4a688fe4a4c2701bb5be.tar.gz upstream-20ac13adc129489645be4a688fe4a4c2701bb5be.tar.bz2 upstream-20ac13adc129489645be4a688fe4a4c2701bb5be.zip |
revert 94e44643a8ce1d7991376b6ced586784b3f92500
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38736
Diffstat (limited to 'network/services/ppp/patches')
-rw-r--r-- | network/services/ppp/patches/510-fix-modprobe.patch | 11 |
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(); |