port wan_device changes from whiterussian to kamikaze
[openwrt/svn-archive/archive.git] / openwrt / package / base-files / default / sbin / ifdown
index 85bb2fbc5db0033562d59a789ce55a279d389839..d0120dcbe880ef9691249e88f37fc1d945a00dbc 100755 (executable)
@@ -15,7 +15,7 @@ case "$if_proto" in
        ""|none) exit 0;;
 esac
 
        ""|none) exit 0;;
 esac
 
-[ "${if%%[0-9]*}" = "ppp" ] && if="$(nvram get ${if_proto}_ifname)"
+[ "${if%%[0-9]*}" = "ppp" ] && if="$(nvram get ${type}_device)"
 
 if [ "${if%%[0-9]}" = "br" ]; then
        for sif in $(nvram get ${type}_ifnames); do
 
 if [ "${if%%[0-9]}" = "br" ]; then
        for sif in $(nvram get ${type}_ifnames); do