[package] ppp: move the rp_pppoe_* options behind the plugin argument
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 4 Oct 2011 23:41:12 +0000 (23:41 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 4 Oct 2011 23:41:12 +0000 (23:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28368 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/ppp/files/pppoe.sh

index cd6f1db..ea3dc6c 100644 (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
 }
This page took 0.029515 seconds and 4 git commands to generate.