summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ppp/files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-26 20:24:49 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-26 20:24:49 +0000
commit8cecd99d4a179c37aa4b841667524054392ebaad (patch)
treef86fbf540d87fc0f24cc01edef9b2cf3291cb901 /openwrt/package/ppp/files
parentf5514f19947c39a7648ec1ce87d1049e9b3287e1 (diff)
remove connect line from pppoa start script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1757 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp/files')
-rw-r--r--openwrt/package/ppp/files/ifup.pppoa1
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa
index ee88e4b9e..dc08aa545 100644
--- a/openwrt/package/ppp/files/ifup.pppoa
+++ b/openwrt/package/ppp/files/ifup.pppoa
@@ -30,7 +30,6 @@ while :; do
ifconfig $IFNAME up
/usr/sbin/pppd nodetach \
plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
- connect /bin/true \
usepeerdns \
defaultroute \
linkname $type \