nas -> nas4not
authorMike Baker <mbm@openwrt.org>
Sun, 3 Apr 2005 21:11:05 +0000 (21:11 +0000)
committerMike Baker <mbm@openwrt.org>
Sun, 3 Apr 2005 21:11:05 +0000 (21:11 +0000)
SVN-Revision: 548

openwrt/target/default/target_skeleton/sbin/hotplug

index 335ee8f889417b8867fcdcc695e2397c7f938360..b16f9f784a12a03137de1bb40fc80e5cf32ba409 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/ash
 # $Id$
 [ "${INTERFACE%%[0-9]*}" = "wds" ] && { 
-       [ -x "/usr/sbin/nas" ] && /usr/sbin/nas lan $INTERFACE up
+       [ -x "/usr/sbin/nas4not" ] && /usr/sbin/nas4not lan $INTERFACE up
        ifconfig $INTERFACE 0.0.0.0 up
        /usr/sbin/brctl addif br0 $INTERFACE
 }