diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-03-15 12:08:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-03-15 12:08:31 +0000 |
commit | 7d2a736b8939efa0082b5efedcb7428fa39f83a8 (patch) | |
tree | fa151e185c197699f44391cfaebe40f1dbd8e08a /package/ppp/files/pppoa.sh | |
parent | 1cb938db68f469dd9ca6be37657c00e02f7bbc9e (diff) | |
download | upstream-7d2a736b8939efa0082b5efedcb7428fa39f83a8.tar.gz upstream-7d2a736b8939efa0082b5efedcb7428fa39f83a8.tar.bz2 upstream-7d2a736b8939efa0082b5efedcb7428fa39f83a8.zip |
[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} \ |