fix typo
[openwrt/svn-archive/archive.git] / root / sbin / ifup
index 75ce15684cc9789a87997d591ea8f2a64ac284a2..34e19af3f6df282885ac833f64809a0e1093da23 100755 (executable)
@@ -34,7 +34,7 @@
       netmask=$(nvram_get ${type}_netmask)
       gateway=$(nvram_get ${type}_gateway)
 
-      $DEBUG ifconfig $if $if_ip ${netmask:+netmask $netmask} broadcast + up
+      $DEBUG ifconfig $if $ip ${netmask:+netmask $netmask} broadcast + up
       ${gateway:+$DEBUG route add default gw $gateway}
 
       [ -f /etc/resolv.conf ] && return