From 5eee6ac1ebd8f304330a2e77cb6992d856da11da Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 4 Oct 2011 23:41:12 +0000 Subject: [PATCH] [package] ppp: move the rp_pppoe_* options behind the plugin argument SVN-Revision: 28368 --- package/ppp/files/pppoe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.30.2