projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing .configured target to psybnc
[openwrt.git]
/
package
/
ppp
/
files
/
ifup.pppoe
diff --git
a/package/ppp/files/ifup.pppoe
b/package/ppp/files/ifup.pppoe
index
a30dd2a
..
da9a441
100644
(file)
--- a/
package/ppp/files/ifup.pppoe
+++ b/
package/ppp/files/ifup.pppoe
@@
-32,9
+32,10
@@
while :; do
usepeerdns \
defaultroute \
linkname $type \
+ ipparam $type \
user "$USERNAME" \
password "$PASSWORD" \
- mtu $MTU mru $MTU
+ mtu $MTU mru $MTU
\
$IDLETIME \
$REDIAL \
nic-$IFNAME
This page took
0.019538 seconds
and
4
git commands to generate.