fix compile problem brcm-2.6
[openwrt.git] / openwrt / package / pptp / files / ifup.pptp
index eda78e4..9b1ac07 100644 (file)
@@ -23,6 +23,7 @@ case "$DEMAND" in
        on|1|enabled)
                DEMAND=$(nvram get ppp_idletime)
                DEMAND=${IDLETIME:+demand idle $IDLETIME}
+               [ -f /etc/ppp/filter ] && DEMAND=${DEMAND:+precompiled-active-filter /etc/ppp/filter $DEMAND}
        ;;
        *) DEMAND="persist";;
 esac
@@ -33,10 +34,10 @@ do_ifup $PPTP_PROTO $type
 
 # hack for some buggy ISPs
 NETMASK=$(nvram get ${type}_netmask)
-IFNAME=$(nvram get pptp_ifname)
+IFNAME=$(nvram get ${type}_device)
 [ -z "$NETMASK" -o -z "$IFNAME" ] || ifconfig $IFNAME netmask $NETMASK
 
-/usr/sbin/pppd nodetach \
+/usr/sbin/pppd \
        pty "/usr/sbin/pptp $IP --loglevel 0 --nolaunchpppd" \
        file /etc/ppp/options.pptp \
        connect /bin/true \
This page took 0.021526 seconds and 4 git commands to generate.