wap54g support
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / sbin / ifdown
index 4c7e982..e59e057 100755 (executable)
@@ -2,7 +2,7 @@
 . /etc/functions.sh
   type=$1
   debug "### ifdown $type ###"
-  if=$(nvram_get ${type}_ifname)
+  if=$(nvram get ${type}_ifname)
   if_valid $if || return
   kill $(cat /var/run/${if}.pid 2>&-) 2>&-
   $DEBUG ifconfig $if down
This page took 0.026122 seconds and 4 git commands to generate.