add missing .configured target to psybnc
[openwrt.git] / package / ppp / files / ifup.pppoe
index 1111131..da9a441 100644 (file)
@@ -24,7 +24,6 @@ while :; do
   IDLETIME=${IDLETIME:+lcp-echo-failure $IDLETIME}
   MTU=$(nvram get ppp_mtu)
   MTU=${MTU:-1492}
-  MTU=${MTU:+ mtu $MTU mru $MTU}
 
   ifconfig $IFNAME up
   /usr/sbin/pppd nodetach \
@@ -33,9 +32,10 @@ while :; do
        usepeerdns \
        defaultroute \
        linkname $type \
+       ipparam $type \
        user "$USERNAME" \
        password "$PASSWORD" \
-       $MTU \
+       mtu $MTU mru $MTU \
        $IDLETIME \
        $REDIAL \
        nic-$IFNAME
This page took 0.024105 seconds and 4 git commands to generate.