mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 12:28:23 +00:00
fix typo in ppp init scripts
SVN-Revision: 2245
This commit is contained in:
parent
18797a0ad8
commit
5ba6af516e
@ -33,7 +33,7 @@ while :; do
|
|||||||
linkname $type \
|
linkname $type \
|
||||||
user "$USERNAME" \
|
user "$USERNAME" \
|
||||||
password "$PASSWORD" \
|
password "$PASSWORD" \
|
||||||
mtu $MTU mru $MTU
|
mtu $MTU mru $MTU \
|
||||||
$IDLETIME \
|
$IDLETIME \
|
||||||
$REDIAL
|
$REDIAL
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ while :; do
|
|||||||
linkname $type \
|
linkname $type \
|
||||||
user "$USERNAME" \
|
user "$USERNAME" \
|
||||||
password "$PASSWORD" \
|
password "$PASSWORD" \
|
||||||
mtu $MTU mru $MTU
|
mtu $MTU mru $MTU \
|
||||||
$IDLETIME \
|
$IDLETIME \
|
||||||
$REDIAL \
|
$REDIAL \
|
||||||
nic-$IFNAME
|
nic-$IFNAME
|
||||||
|
Loading…
Reference in New Issue
Block a user