summaryrefslogtreecommitdiffstats
path: root/package/ppp/files/pppoe.sh
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-15 12:08:31 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-15 12:08:31 +0000
commit474e65cbab6cad7dbf74b7cb62acb02aa12403a3 (patch)
treefa151e185c197699f44391cfaebe40f1dbd8e08a /package/ppp/files/pppoe.sh
parente71cc700d68291718e759120170170dd85ed9dff (diff)
[package] fix ppp and pptp typos where is used instead of (#4768, #4778)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14882 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/files/pppoe.sh')
-rw-r--r--package/ppp/files/pppoe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/files/pppoe.sh b/package/ppp/files/pppoe.sh
index e1c9a20cd..c0bb51516 100644
--- a/package/ppp/files/pppoe.sh
+++ b/package/ppp/files/pppoe.sh
@@ -15,7 +15,7 @@ setup_interface_pppoe() {
config_get ifname "$config" ifname
set_interface_ifname "$config" "$ifname"
- config_get mtu "$cfg" mtu
+ config_get mtu "$config" mtu
mtu=${mtu:-1492}
start_pppd "$config" \
plugin rp-pppoe.so \