summaryrefslogtreecommitdiffstats
path: root/package/ppp/files/pppoa.sh
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-03-15 12:08:31 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-03-15 12:08:31 +0000
commita54018aa87473925942be51e70e8306ee46f1acc (patch)
tree1fa1a12f8eb60c65cf5720498df393d2177983d9 /package/ppp/files/pppoa.sh
parent44eec54c20e721743cb83fcc70e52d00cf02aa94 (diff)
downloadmaster-31e0f0ae-a54018aa87473925942be51e70e8306ee46f1acc.tar.gz
master-31e0f0ae-a54018aa87473925942be51e70e8306ee46f1acc.tar.bz2
master-31e0f0ae-a54018aa87473925942be51e70e8306ee46f1acc.zip
fix ppp and pptp typos where is used instead of (#4768, #4778)
SVN-Revision: 14882
Diffstat (limited to 'package/ppp/files/pppoa.sh')
-rw-r--r--package/ppp/files/pppoa.sh2
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} \