[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
master
Jo-Philipp Wich 2011-10-04 23:41:12 +00:00
parent f8ac2d14d3
commit 7bb2a3145a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}