more fixes for the network scripts
[openwrt-10.03/.git] / package / base-files / default / sbin / ifup
index 0a2cdf5331ccc85ef63ec56b5f761ee0cb47e372..67e01a3e90ddf81bdba8bebb7b8843ebb57f00d8 100755 (executable)
@@ -23,6 +23,8 @@ case "$if_proto" in
        none|"") exit 0;;
 esac
 
+[ "${if%%[0-9]*}" = "ppp" ] && if="$(nvram get ${if_proto}_ifname)"
+
 if [ "${if%%[0-9]}" = "br" ]; then
        for sif in $(nvram get ${type}_ifnames); do
                hotplug_dev register "$sif"