From: jow Date: Tue, 4 Oct 2011 23:41:12 +0000 (+0000) Subject: [package] ppp: move the rp_pppoe_* options behind the plugin argument X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=8d05a2ae7e488f74b0203eebe580aab3bae53ca6;p=openwrt.git [package] ppp: move the rp_pppoe_* options behind the plugin argument git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28368 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ppp/files/pppoe.sh b/package/ppp/files/pppoe.sh index cd6f1db5c8..ea3dc6cf01 100644 --- a/package/ppp/files/pppoe.sh +++ b/package/ppp/files/pppoe.sh @@ -23,8 +23,8 @@ setup_interface_pppoe() { # end of the argument list by start_pppd() start_pppd "$config" \ "nic-$iface" \ + plugin rp-pppoe.so \ ${ac:+rp_pppoe_ac "$ac"} \ ${service:+rp_pppoe_service "$service"} \ - plugin rp-pppoe.so \ mtu $mtu mru $mtu }