Fix modprobe path for pppoatm
[openwrt/svn-archive/archive.git] / network / services / ppp / patches / 510-fix-modprobe.patch
1 --- a/pppd/plugins/pppoatm/pppoatm.c.orig 2013-11-09 18:34:12.380820631 +0100
2 +++ b/pppd/plugins/pppoatm/pppoatm.c 2013-11-09 18:34:20.140820952 +0100
3 @@ -133,7 +133,7 @@
4 int fd;
5 struct atm_qos qos;
6
7 - system ("/sbin/modprobe -q pppoatm");
8 + system ("/usr/sbin/modprobe pppoatm");
9
10 if (!device_got_set)
11 no_device_given_pppoatm();