port wan_device changes from whiterussian to kamikaze
[openwrt-10.03/.git] / package / base-files / default / sbin / ifdown
index 3ebc251f72034afb17fcddf031fe1b9ead915907..d0120dcbe880ef9691249e88f37fc1d945a00dbc 100755 (executable)
@@ -12,14 +12,11 @@ if=$(nvram get ${type}_ifname)
 
 case "$if_proto" in
        pppoa) hotplug_dev unregister atm0; exit 0 ;;
-       pppoe) 
-               [ "$(nvram get pppoe_atm)" = 1 ] && {
-                       hotplug_dev unregister atm0
-                       exit
-               }
-       ;;
+       ""|none) exit 0;;
 esac
 
+[ "${if%%[0-9]*}" = "ppp" ] && if="$(nvram get ${type}_device)"
+
 if [ "${if%%[0-9]}" = "br" ]; then
        for sif in $(nvram get ${type}_ifnames); do
                hotplug_dev unregister "$sif"