diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 16:16:09 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 16:16:09 +0000 |
commit | 01802c37c84f3828c6b9ef54401fde4996440ebb (patch) | |
tree | 7ea9b602658741cb9b2451a543c5e36180da38bf /package | |
parent | cd45334873bf33da7101c954d1d7356f1e70e9e5 (diff) |
fix typo in ppp init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/ppp/files/ifup.pppoa | 2 | ||||
-rw-r--r-- | package/ppp/files/ifup.pppoe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/ppp/files/ifup.pppoa b/package/ppp/files/ifup.pppoa index fc2e82eff..51b0fe334 100644 --- a/package/ppp/files/ifup.pppoa +++ b/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/package/ppp/files/ifup.pppoe b/package/ppp/files/ifup.pppoe index a30dd2a9d..9a5d0a349 100644 --- a/package/ppp/files/ifup.pppoe +++ b/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 |