From f812e99657ffa7d58f22f54ccb59fa3af9ebb078 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 24 Jul 2015 09:11:35 +0000 Subject: buttons: make all button handler scripts return 0 this is required by the new button timeout feature Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46471 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/hostapd/files/wps-hotplug.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/network') 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 -- cgit v1.2.3