From 5ba6af516e14689b9f48d5e1713e981fe9149930 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 22 Oct 2005 16:16:09 +0000 Subject: fix typo in ppp init scripts SVN-Revision: 2245 --- openwrt/package/ppp/files/ifup.pppoa | 2 +- openwrt/package/ppp/files/ifup.pppoe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'openwrt/package') 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 -- cgit v1.1