2
0
forked from Ivasoft/openwrt

base-files: don't enter failsafe if triggered by switch

Fixes failsafe issues with switches after r38725.

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38770
This commit is contained in:
Luka Perkov
2013-11-11 23:34:11 +00:00
parent 32cbc948a1
commit 1df0179b28
2 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
#!/bin/sh
echo ${BUTTON} > /tmp/failsafe_button
[ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button