summaryrefslogtreecommitdiff
path: root/package/ppp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 01:04:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 01:04:10 +0100
commit08409051bea263523a0883b2fc3167d1da3612b4 (patch)
treed4aab582e33bd20ff4c14a71d33f008b0fb1e690 /package/ppp
parent00ba3e5ce046f7f8d140321e18985048dbfb54f6 (diff)
add atm network script
order network scripts. Add atm example. enable reboot option for mtd.
Diffstat (limited to 'package/ppp')
-rwxr-xr-xpackage/ppp/files/ppp.pre-up2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/files/ppp.pre-up b/package/ppp/files/ppp.pre-up
index ec6cc5a31..c83a09177 100755
--- a/package/ppp/files/ppp.pre-up
+++ b/package/ppp/files/ppp.pre-up
@@ -36,7 +36,7 @@ sed "$REPLACE" < /etc/ppp/templates/$IF_USE_TEMPLATE > /etc/ppp/peers/$IF_PROVID
[ "$IF_PPP_ENCAPS" ] || encap=0
[ "$IF_PPP_PAYLOAD" ] || payload=1
[ "$IF_PPP_VPI" ] || $IF_PPP_VPI=1
-[ "$IF_PPP_PAYLOAD" ] || $IF_PPP_VCI=32
+[ "$IF_PPP_VCI" ] || $IF_PPP_VCI=32
case "$IF_PPP_PAYLOAD" in
bridged)