summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-03 21:11:05 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-03 21:11:05 +0000
commit88e430882f875fd68d7dad11fbd40f863085e7a4 (patch)
tree4853e28b8faa19c62f075998a1daf08e538d0ad7 /openwrt
parente0605febc2da7f48c76861dbbee42a0429044dd6 (diff)
nas -> nas4not
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@548 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rwxr-xr-xopenwrt/target/default/target_skeleton/sbin/hotplug2
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 335ee8f88..b16f9f784 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
}