port wan_device changes from whiterussian to kamikaze
[openwrt-10.03/.git] / package / base-files / default / sbin / ifup
index 0d75cefeb6ca842b3361703515a6d8874492251b..8ae64166854109bf62e7c8f0e2bf87822b2b1741 100755 (executable)
@@ -14,14 +14,17 @@ if=$(nvram get ${type}_ifname)
 
 case "$if_proto" in
        pppoa) hotplug_dev register atm0; exit 0 ;;
-       pppoe) 
-               [ "$(nvram get pppoe_atm)" = 1 ] && {
+       pppoe)
+               ifconfig nas0 2>&- >&- || {
                        hotplug_dev register atm0
-                       exit
+                       exit 0
                }
        ;;
+       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 register "$sif"