mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 02:36:15 +02:00
remove connect line from pppoa start script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1757 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
739baa664e
commit
e10a12ea44
@ -30,7 +30,6 @@ while :; do
|
|||||||
ifconfig $IFNAME up
|
ifconfig $IFNAME up
|
||||||
/usr/sbin/pppd nodetach \
|
/usr/sbin/pppd nodetach \
|
||||||
plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
|
plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
|
||||||
connect /bin/true \
|
|
||||||
usepeerdns \
|
usepeerdns \
|
||||||
defaultroute \
|
defaultroute \
|
||||||
linkname $type \
|
linkname $type \
|
||||||
|
Loading…
Reference in New Issue
Block a user