aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-24 09:11:35 +0000
committerJohn Crispin <john@openwrt.org>2015-07-24 09:11:35 +0000
commite7b34b2b0dee0deef4d31c9d78f0fd06f56fe439 (patch)
tree20c80dbcb6a3a94e7746d0ee66335c4b4605abaa /package/network/services/hostapd/files
parent6edf2f62c89a8a3960d41104223d7c728a210fdd (diff)
downloadupstream-e7b34b2b0dee0deef4d31c9d78f0fd06f56fe439.tar.gz
upstream-e7b34b2b0dee0deef4d31c9d78f0fd06f56fe439.tar.bz2
upstream-e7b34b2b0dee0deef4d31c9d78f0fd06f56fe439.zip
buttons: make all button handler scripts return 0
this is required by the new button timeout feature Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46471
Diffstat (limited to 'package/network/services/hostapd/files')
-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 5b3c753427..24af80e55b 100644
--- a/package/network/services/hostapd/files/wps-hotplug.sh
+++ b/package/network/services/hostapd/files/wps-hotplug.sh
@@ -7,3 +7,5 @@ if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then
hostapd_cli -i "$socket" wps_pbc
done
fi
+
+return 0