diff options
Diffstat (limited to 'openwrt/package/ppp/files/ifup.pppoa')
-rw-r--r-- | openwrt/package/ppp/files/ifup.pppoa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa index fc2e82eff..51b0fe334 100644 --- a/openwrt/package/ppp/files/ifup.pppoa +++ b/openwrt/package/ppp/files/ifup.pppoa @@ -33,7 +33,7 @@ while :; do linkname $type \ user "$USERNAME" \ password "$PASSWORD" \ - mtu $MTU mru $MTU + mtu $MTU mru $MTU \ $IDLETIME \ $REDIAL |