mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
[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
This commit is contained in:
parent
8ff96cc84d
commit
8d05a2ae7e
@ -23,8 +23,8 @@ setup_interface_pppoe() {
|
|||||||
# end of the argument list by start_pppd()
|
# end of the argument list by start_pppd()
|
||||||
start_pppd "$config" \
|
start_pppd "$config" \
|
||||||
"nic-$iface" \
|
"nic-$iface" \
|
||||||
|
plugin rp-pppoe.so \
|
||||||
${ac:+rp_pppoe_ac "$ac"} \
|
${ac:+rp_pppoe_ac "$ac"} \
|
||||||
${service:+rp_pppoe_service "$service"} \
|
${service:+rp_pppoe_service "$service"} \
|
||||||
plugin rp-pppoe.so \
|
|
||||||
mtu $mtu mru $mtu
|
mtu $mtu mru $mtu
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user