From ce354a2c5b13c98c8ff16612686788fdb190cb27 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 15 Jul 2005 16:48:11 +0000
Subject: remove broken call to nas

SVN-Revision: 1445
---
 openwrt/target/default/target_skeleton/sbin/hotplug | 1 -
 1 file changed, 1 deletion(-)

(limited to 'openwrt/target')

diff --git a/openwrt/target/default/target_skeleton/sbin/hotplug b/openwrt/target/default/target_skeleton/sbin/hotplug
index b16f9f7..74134e8 100755
--- a/openwrt/target/default/target_skeleton/sbin/hotplug
+++ b/openwrt/target/default/target_skeleton/sbin/hotplug
@@ -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
 }
-- 
cgit v1.1