diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-11 13:40:28 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-11 13:40:28 +0000 |
commit | 8772424505ff62204a26609f1cbd1a4f185fa30d (patch) | |
tree | 024a2b0339c9ce0482e087c9f66ea9edb30d92d6 /package | |
parent | cd48fa31d26597f8384472bc10a88c36c1a73273 (diff) | |
download | master-187ad058-8772424505ff62204a26609f1cbd1a4f185fa30d.tar.gz master-187ad058-8772424505ff62204a26609f1cbd1a4f185fa30d.tar.bz2 master-187ad058-8772424505ff62204a26609f1cbd1a4f185fa30d.zip |
pppd: don't call modprobe at all from pppoatm
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38737 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/ppp/patches/406-no_modprobe.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/network/services/ppp/patches/406-no_modprobe.patch b/package/network/services/ppp/patches/406-no_modprobe.patch new file mode 100644 index 0000000000..149d6739ef --- /dev/null +++ b/package/network/services/ppp/patches/406-no_modprobe.patch @@ -0,0 +1,13 @@ +Index: ppp-2.4.5/pppd/plugins/pppoatm/pppoatm.c +=================================================================== +--- ppp-2.4.5.orig/pppd/plugins/pppoatm/pppoatm.c 2013-11-11 14:36:41.708298496 +0100 ++++ ppp-2.4.5/pppd/plugins/pppoatm/pppoatm.c 2013-11-11 14:39:03.556301877 +0100 +@@ -133,8 +133,6 @@ + int fd; + struct atm_qos qos; + +- system ("/sbin/modprobe -q pppoatm"); +- + if (!device_got_set) + no_device_given_pppoatm(); + fd = socket(AF_ATMPVC, SOCK_DGRAM, 0); |