summaryrefslogtreecommitdiffstats
path: root/package/ppp/files/ifup.pppoa
diff options
context:
space:
mode:
Diffstat (limited to 'package/ppp/files/ifup.pppoa')
-rw-r--r--package/ppp/files/ifup.pppoa3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ppp/files/ifup.pppoa b/package/ppp/files/ifup.pppoa
index 449c6d53d..fc2e82eff 100644
--- a/package/ppp/files/ifup.pppoa
+++ b/package/ppp/files/ifup.pppoa
@@ -25,7 +25,6 @@ while :; do
IDLETIME=${IDLETIME:+lcp-echo-failure $IDLETIME}
MTU=$(nvram get ppp_mtu)
MTU=${MTU:-1500}
- MTU=${MTU:+ mtu $MTU mru $MTU}
/usr/sbin/pppd nodetach \
plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
@@ -34,7 +33,7 @@ while :; do
linkname $type \
user "$USERNAME" \
password "$PASSWORD" \
- $MTU \
+ mtu $MTU mru $MTU
$IDLETIME \
$REDIAL