aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/wps-hotplug.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-03-13 18:11:25 +0000
committerJohn Crispin <blogic@openwrt.org>2013-03-13 18:11:25 +0000
commitb715f860d7712b66a5a353026235cccc68a38c46 (patch)
tree461516cee89505b648d0c34f1b4523ce8ccee396 /package/network/services/hostapd/files/wps-hotplug.sh
parent47d1577ffb1727e63a27c50a29d65cbea5625935 (diff)
downloadmaster-187ad058-b715f860d7712b66a5a353026235cccc68a38c46.tar.gz
master-187ad058-b715f860d7712b66a5a353026235cccc68a38c46.tar.bz2
master-187ad058-b715f860d7712b66a5a353026235cccc68a38c46.zip
[hostapd] use new button scheme
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36004 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/files/wps-hotplug.sh')
-rw-r--r--package/network/services/hostapd/files/wps-hotplug.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/services/hostapd/files/wps-hotplug.sh b/package/network/services/hostapd/files/wps-hotplug.sh
index b5376cc55b..ffd3cf929b 100644
--- a/package/network/services/hostapd/files/wps-hotplug.sh
+++ b/package/network/services/hostapd/files/wps-hotplug.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then
for dir in /var/run/hostapd-*; do
[ -d "$dir" ] || continue