Fix modprobe path for pppoatm
authorJohn Crispin <john@openwrt.org>
Mon, 11 Nov 2013 13:15:04 +0000 (13:15 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 11 Nov 2013 13:15:04 +0000 (13:15 +0000)
Without netifd generates an error:

daemon.notice netifd: wan (1249): /bin/sh: /sbin/modprobe: not found

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 38732

network/services/ppp/patches/510-fix-modprobe.patch [new file with mode: 0644]

diff --git a/network/services/ppp/patches/510-fix-modprobe.patch b/network/services/ppp/patches/510-fix-modprobe.patch
new file mode 100644 (file)
index 0000000..84e18b7
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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();