ppp: move the rp_pppoe_* options behind the plugin argument
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 4 Oct 2011 23:41:12 +0000 (23:41 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 4 Oct 2011 23:41:12 +0000 (23:41 +0000)
SVN-Revision: 28368

package/ppp/files/pppoe.sh

index cd6f1db5c88cdeed48ec60b4e73344991d13f8d1..ea3dc6cf01264239e041367f11c5f6feaf1def36 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
 }