aboutsummaryrefslogtreecommitdiff
path: root/toys/other/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/watchdog.c')
-rw-r--r--toys/other/watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/watchdog.c b/toys/other/watchdog.c
index 0402d3ee..c3268a14 100644
--- a/toys/other/watchdog.c
+++ b/toys/other/watchdog.c
@@ -4,7 +4,7 @@
*
* See kernel.org/doc/Documentation/watchdog/watchdog-api.txt
-USE_WATCHDOG(NEWTOY(watchdog, "<1>1Ft#=4<1T#=60<1", TOYFLAG_NEEDROOT|TOYFLAG_BIN))
+USE_WATCHDOG(NEWTOY(watchdog, "<1>1Ft#=4<1T#=60<1", TOYFLAG_NEEDROOT|TOYFLAG_SBIN))
config WATCHDOG
bool "watchdog"