hostapd: add a patch for suppressing probe responses from APs that have reached their...
[openwrt/svn-archive/archive.git] / package / trelay / files / trelay.hotplug
1 case "$ACTION" in
2 add|register)
3 [ -f /var/run/trelay.active ] && /etc/init.d/trelay start
4 ;;
5 esac