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:
abf6bff
)
fix pppoe on dynamically assigned interfaces
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 00:41:38 +0000
(
00:41
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 00:41:38 +0000
(
00:41
+0000)
SVN-Revision: 9852
package/ppp/files/pppoe.sh
patch
|
blob
|
history
diff --git
a/package/ppp/files/pppoe.sh
b/package/ppp/files/pppoe.sh
index ba6a8768daec33884591fe964c41c216ea9460c5..f33d37a1a84a54b7e018d28da82e0db0eb7247d6 100644
(file)
--- a/
package/ppp/files/pppoe.sh
+++ b/
package/ppp/files/pppoe.sh
@@
-6,8
+6,6
@@
setup_interface_pppoe() {
local iface="$1"
local config="$2"
- config_get device "$config" device
-
for module in slhc ppp_generic pppox pppoe; do
/sbin/insmod $module 2>&- >&-
done
@@
-22,5
+20,5
@@
setup_interface_pppoe() {
start_pppd "$config" \
plugin rp-pppoe.so \
mtu $mtu mru $mtu \
- "nic-$
devi
ce"
+ "nic-$
ifa
ce"
}