diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 16:16:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 16:16:09 +0000 |
commit | 5ba6af516e14689b9f48d5e1713e981fe9149930 (patch) | |
tree | 49c98b8f0bbbe0f21726fd4065da9b554fd06aef /openwrt/package | |
parent | 18797a0ad8588eaa2c87895ceb12306cb5e8ec3c (diff) | |
download | mtk-20170518-5ba6af516e14689b9f48d5e1713e981fe9149930.zip mtk-20170518-5ba6af516e14689b9f48d5e1713e981fe9149930.tar.gz mtk-20170518-5ba6af516e14689b9f48d5e1713e981fe9149930.tar.bz2 |
fix typo in ppp init scripts
SVN-Revision: 2245
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/ppp/files/ifup.pppoa | 2 | ||||
-rw-r--r-- | openwrt/package/ppp/files/ifup.pppoe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa index fc2e82e..51b0fe3 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 diff --git a/openwrt/package/ppp/files/ifup.pppoe b/openwrt/package/ppp/files/ifup.pppoe index a30dd2a..9a5d0a3 100644 --- a/openwrt/package/ppp/files/ifup.pppoe +++ b/openwrt/package/ppp/files/ifup.pppoe @@ -34,7 +34,7 @@ while :; do linkname $type \ user "$USERNAME" \ password "$PASSWORD" \ - mtu $MTU mru $MTU + mtu $MTU mru $MTU \ $IDLETIME \ $REDIAL \ nic-$IFNAME |