X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c40541ffc885a906a8623bba7eba99053757c1ae..20ffe834834172daf79b3b03f5874861c1db8a79:/openwrt/package/ppp/files/ifup.pppoe diff --git a/openwrt/package/ppp/files/ifup.pppoe b/openwrt/package/ppp/files/ifup.pppoe index 4c42fa5bb..a038b3427 100644 --- a/openwrt/package/ppp/files/ifup.pppoe +++ b/openwrt/package/ppp/files/ifup.pppoe @@ -31,7 +31,7 @@ MTU=$(nvram get ppp_mtu) MTU=${MTU:-1492} ifconfig $IFNAME up -/usr/sbin/pppd nodetach \ +/usr/sbin/pppd \ plugin rp-pppoe.so \ connect /bin/true \ usepeerdns \