diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-15 12:08:31 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-15 12:08:31 +0000 |
commit | 474e65cbab6cad7dbf74b7cb62acb02aa12403a3 (patch) | |
tree | fa151e185c197699f44391cfaebe40f1dbd8e08a /package/ppp/files/pppoa.sh | |
parent | e71cc700d68291718e759120170170dd85ed9dff (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/pppoa.sh')
-rw-r--r-- | package/ppp/files/pppoa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/files/pppoa.sh b/package/ppp/files/pppoa.sh index 8c66250da5..65c5c2db33 100644 --- a/package/ppp/files/pppoa.sh +++ b/package/ppp/files/pppoa.sh @@ -20,7 +20,7 @@ setup_interface_pppoa() { *) ENCAPS="llc-encaps" ;; esac - config_get mtu "$cfg" mtu + config_get mtu "$config" mtu mtu=${mtu:-1500} start_pppd "$config" \ plugin pppoatm.so ${vpi:-8}.${vci:-35} ${ENCAPS} \ |