packages: sort network related packages into package/network/
[openwrt/svn-archive/archive.git] / package / hostapd / files / wps-hotplug.sh
diff --git a/package/hostapd/files/wps-hotplug.sh b/package/hostapd/files/wps-hotplug.sh
deleted file mode 100644 (file)
index b5376cc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then
-       for dir in /var/run/hostapd-*; do
-               [ -d "$dir" ] || continue
-               hostapd_cli -p "$dir" wps_pbc
-       done
-fi