diff options
author | Mike Baker <mbm@openwrt.org> | 2005-04-03 21:11:05 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-04-03 21:11:05 +0000 |
commit | 53b3af18895fb547225f9157d8328fc7d4340072 (patch) | |
tree | 4853e28b8faa19c62f075998a1daf08e538d0ad7 /openwrt/target | |
parent | 2333ec43a8a5380c9b026aa4d81a358a56a517ff (diff) | |
download | mtk-20170518-53b3af18895fb547225f9157d8328fc7d4340072.zip mtk-20170518-53b3af18895fb547225f9157d8328fc7d4340072.tar.gz mtk-20170518-53b3af18895fb547225f9157d8328fc7d4340072.tar.bz2 |
nas -> nas4not
SVN-Revision: 548
Diffstat (limited to 'openwrt/target')
-rwxr-xr-x | openwrt/target/default/target_skeleton/sbin/hotplug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/default/target_skeleton/sbin/hotplug b/openwrt/target/default/target_skeleton/sbin/hotplug index 335ee8f..b16f9f7 100755 --- a/openwrt/target/default/target_skeleton/sbin/hotplug +++ b/openwrt/target/default/target_skeleton/sbin/hotplug @@ -1,7 +1,7 @@ #!/bin/ash # $Id$ [ "${INTERFACE%%[0-9]*}" = "wds" ] && { - [ -x "/usr/sbin/nas" ] && /usr/sbin/nas lan $INTERFACE up + [ -x "/usr/sbin/nas4not" ] && /usr/sbin/nas4not lan $INTERFACE up ifconfig $INTERFACE 0.0.0.0 up /usr/sbin/brctl addif br0 $INTERFACE } |