projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove deprecated customization method from buildroot documentation
[openwrt.git]
/
package
/
ppp
/
files
/
ifup.pppoe
diff --git
a/package/ppp/files/ifup.pppoe
b/package/ppp/files/ifup.pppoe
index
1111131
..
a30dd2a
100644
(file)
--- a/
package/ppp/files/ifup.pppoe
+++ b/
package/ppp/files/ifup.pppoe
@@
-24,7
+24,6
@@
while :; do
IDLETIME=${IDLETIME:+lcp-echo-failure $IDLETIME}
MTU=$(nvram get ppp_mtu)
MTU=${MTU:-1492}
IDLETIME=${IDLETIME:+lcp-echo-failure $IDLETIME}
MTU=$(nvram get ppp_mtu)
MTU=${MTU:-1492}
- MTU=${MTU:+ mtu $MTU mru $MTU}
ifconfig $IFNAME up
/usr/sbin/pppd nodetach \
ifconfig $IFNAME up
/usr/sbin/pppd nodetach \
@@
-35,7
+34,7
@@
while :; do
linkname $type \
user "$USERNAME" \
password "$PASSWORD" \
linkname $type \
user "$USERNAME" \
password "$PASSWORD" \
- $MTU \
+ mtu $MTU mru $MTU
$IDLETIME \
$REDIAL \
nic-$IFNAME
$IDLETIME \
$REDIAL \
nic-$IFNAME
This page took
0.0327 seconds
and
4
git commands to generate.