mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:55:00 +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 \
|
||||
user "$USERNAME" \
|
||||
password "$PASSWORD" \
|
||||
mtu $MTU mru $MTU
|
||||
mtu $MTU mru $MTU \
|
||||
$IDLETIME \
|
||||
$REDIAL
|
||||
|
||||
|
@ -34,7 +34,7 @@ while :; do
|
||||
linkname $type \
|
||||
user "$USERNAME" \
|
||||
password "$PASSWORD" \
|
||||
mtu $MTU mru $MTU
|
||||
mtu $MTU mru $MTU \
|
||||
$IDLETIME \
|
||||
$REDIAL \
|
||||
nic-$IFNAME
|
||||
|
Loading…
Reference in New Issue
Block a user