From c6a2583c7e24d602a0facaceb9a61b5a841de83c Mon Sep 17 00:00:00 2001 From: Andreas Gnau <andreas.gnau@iopsys.eu> Date: Fri, 27 Nov 2020 16:11:41 +0100 Subject: [PATCH] iopsys-brcm63xx-arm: smarthub3: Define action for WPS button This will make the button "work", i.e. it was working before, just no action was defined. --- iopsys-brcm63xx-arm/smarthub3/base-files/etc/config/buttons | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 iopsys-brcm63xx-arm/smarthub3/base-files/etc/config/buttons diff --git a/iopsys-brcm63xx-arm/smarthub3/base-files/etc/config/buttons b/iopsys-brcm63xx-arm/smarthub3/base-files/etc/config/buttons new file mode 100644 index 000000000..7f49cb212 --- /dev/null +++ b/iopsys-brcm63xx-arm/smarthub3/base-files/etc/config/buttons @@ -0,0 +1,5 @@ + +config button WPS + list button gpio_wps + option hotplug wpsbutton + option enable 1 -- GitLab