X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6516b8e39a52b3df85edc753aeb3bfe45ab8b66e..64f9c0990a8c293729da9fe2b298cf6a5cca0680:/openwrt/target/default/target_skeleton/sbin/hotplug 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 }