From 53b3af18895fb547225f9157d8328fc7d4340072 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Sun, 3 Apr 2005 21:11:05 +0000 Subject: [PATCH] nas -> nas4not SVN-Revision: 548 --- openwrt/target/default/target_skeleton/sbin/hotplug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/default/target_skeleton/sbin/hotplug b/openwrt/target/default/target_skeleton/sbin/hotplug index 335ee8f889..b16f9f784a 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 } -- 2.25.1