remove broken call to nas
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 15 Jul 2005 16:48:11 +0000 (16:48 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 15 Jul 2005 16:48:11 +0000 (16:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1445 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/default/target_skeleton/sbin/hotplug

index b16f9f7..74134e8 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
 }