X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/88e430882f875fd68d7dad11fbd40f863085e7a4..8d16fb08b8b71ee4c97ad7c25f2bef2d459ea066:/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 b16f9f784..74134e848 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 }