diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-15 16:48:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-15 16:48:11 +0000 |
commit | ce354a2c5b13c98c8ff16612686788fdb190cb27 (patch) | |
tree | a98da6aebc1b0b815186c66c5794a180f968cbf0 | |
parent | ed7b62f564b83ce35f9d0c5dea6b11a29a17dee4 (diff) | |
download | mtk-20170518-ce354a2c5b13c98c8ff16612686788fdb190cb27.zip mtk-20170518-ce354a2c5b13c98c8ff16612686788fdb190cb27.tar.gz mtk-20170518-ce354a2c5b13c98c8ff16612686788fdb190cb27.tar.bz2 |
remove broken call to nas
SVN-Revision: 1445
-rwxr-xr-x | openwrt/target/default/target_skeleton/sbin/hotplug | 1 |
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 } |