summaryrefslogtreecommitdiff
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
commitce354a2c5b13c98c8ff16612686788fdb190cb27 (patch)
treea98da6aebc1b0b815186c66c5794a180f968cbf0
parented7b62f564b83ce35f9d0c5dea6b11a29a17dee4 (diff)
downloadmtk-20170518-ce354a2c5b13c98c8ff16612686788fdb190cb27.zip
mtk-20170518-ce354a2c5b13c98c8ff16612686788fdb190cb27.tar.gz
mtk-20170518-ce354a2c5b13c98c8ff16612686788fdb190cb27.tar.bz2
remove broken call to nas
SVN-Revision: 1445
-rwxr-xr-xopenwrt/target/default/target_skeleton/sbin/hotplug1
1 files changed, 0 insertions, 1 deletions
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
}