aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-15 16:48:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-15 16:48:11 +0000
commitd5ed78a4508383a226bc98a0b7e5ccf11884bd77 (patch)
tree2dd1d1d547bbe959cf994fcb56552a265e8b214a /target
parent4669ef1569956fbd44516d2e0c9f18a0af7f6ebe (diff)
downloadupstream-d5ed78a4508383a226bc98a0b7e5ccf11884bd77.tar.gz
upstream-d5ed78a4508383a226bc98a0b7e5ccf11884bd77.tar.bz2
upstream-d5ed78a4508383a226bc98a0b7e5ccf11884bd77.zip
remove broken call to nas
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1445 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/default/target_skeleton/sbin/hotplug1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/default/target_skeleton/sbin/hotplug b/target/default/target_skeleton/sbin/hotplug
index b16f9f784a..74134e848a 100755
--- a/target/default/target_skeleton/sbin/hotplug
+++ b/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
}