mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-29 15:13:43 +02:00
fix typo in ppp init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2245 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8325c45c30
commit
8c70130e61
@ -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