remove connect line from pppoa start script

SVN-Revision: 1757
master
Felix Fietkau 19 years ago
parent 69a0f7f70a
commit dcacae5d61
  1. 1
      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 \

Loading…
Cancel
Save