diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-11 13:40:24 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-11 13:40:24 +0000 |
commit | cd48fa31d26597f8384472bc10a88c36c1a73273 (patch) | |
tree | 5a496be71793a578009c034f178c9006bf6e87b8 | |
parent | 710dad745c18211c0d73690a77b450466330a296 (diff) | |
download | upstream-cd48fa31d26597f8384472bc10a88c36c1a73273.tar.gz upstream-cd48fa31d26597f8384472bc10a88c36c1a73273.tar.bz2 upstream-cd48fa31d26597f8384472bc10a88c36c1a73273.zip |
revert 94e44643a8ce1d7991376b6ced586784b3f92500
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38736 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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(); |