projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[realview] add more missing config symbols
[openwrt.git]
/
package
/
ppp
/
files
/
pppoe.sh
diff --git
a/package/ppp/files/pppoe.sh
b/package/ppp/files/pppoe.sh
index
cd6f1db
..
ea3dc6c
100644
(file)
--- a/
package/ppp/files/pppoe.sh
+++ b/
package/ppp/files/pppoe.sh
@@
-23,8
+23,8
@@
setup_interface_pppoe() {
# end of the argument list by start_pppd()
start_pppd "$config" \
"nic-$iface" \
# end of the argument list by start_pppd()
start_pppd "$config" \
"nic-$iface" \
+ plugin rp-pppoe.so \
${ac:+rp_pppoe_ac "$ac"} \
${service:+rp_pppoe_service "$service"} \
${ac:+rp_pppoe_ac "$ac"} \
${service:+rp_pppoe_service "$service"} \
- plugin rp-pppoe.so \
mtu $mtu mru $mtu
}
mtu $mtu mru $mtu
}
This page took
0.022974 seconds
and
4
git commands to generate.