diff --git a/luci/config-mode/files/etc/hotplug.d/button/50-config-mode b/luci/config-mode/files/etc/hotplug.d/button/50-config-mode index 9e28b6f..0e4e8a8 100755 --- a/luci/config-mode/files/etc/hotplug.d/button/50-config-mode +++ b/luci/config-mode/files/etc/hotplug.d/button/50-config-mode @@ -12,7 +12,7 @@ wait_config_mode() { } -if [ "$BUTTON" = wps ]; then +if [ "$BUTTON" = wps -o "$BUTTON" = reset ]; then case "$ACTION" in pressed) wait_config_mode &