projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f99e45e
)
merge r28368
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 4 Oct 2011 23:41:33 +0000
(23:41 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 4 Oct 2011 23:41:33 +0000
(23:41 +0000)
SVN-Revision: 28369
package/ppp/files/pppoe.sh
patch
|
blob
|
history
diff --git
a/package/ppp/files/pppoe.sh
b/package/ppp/files/pppoe.sh
index cd6f1db5c88cdeed48ec60b4e73344991d13f8d1..ea3dc6cf01264239e041367f11c5f6feaf1def36 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" \
+ plugin rp-pppoe.so \
${ac:+rp_pppoe_ac "$ac"} \
${service:+rp_pppoe_service "$service"} \
- plugin rp-pppoe.so \
mtu $mtu mru $mtu
}