remove broken call to nas
authorMike Baker <mbm@openwrt.org>
Thu, 14 Jul 2005 07:24:15 +0000 (07:24 +0000)
committerMike Baker <mbm@openwrt.org>
Thu, 14 Jul 2005 07:24:15 +0000 (07:24 +0000)
SVN-Revision: 1433

openwrt/target/default/target_skeleton/sbin/hotplug

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