aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-24 09:11:35 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-24 09:11:35 +0000
commitf812e99657ffa7d58f22f54ccb59fa3af9ebb078 (patch)
treea91f76c32b3f95953ad790e38d84678b62c6ded5 /package/network/services/hostapd
parentff878771dce61de7270a62ee6693e3f5b550c353 (diff)
downloadmaster-187ad058-f812e99657ffa7d58f22f54ccb59fa3af9ebb078.tar.gz
master-187ad058-f812e99657ffa7d58f22f54ccb59fa3af9ebb078.tar.bz2
master-187ad058-f812e99657ffa7d58f22f54ccb59fa3af9ebb078.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46471 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd')
-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