diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index d5c257052..de07cc960 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -532,6 +532,9 @@ | |||
532 | #ifdef CONFIG_VLOCK | 532 | #ifdef CONFIG_VLOCK |
533 | APPLET(vlock, vlock_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS) | 533 | APPLET(vlock, vlock_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS) |
534 | #endif | 534 | #endif |
535 | #ifdef CONFIG_WATCH | ||
536 | APPLET(watch, watch_main, _BB_DIR_BIN, _BB_SUID_NEVER) | ||
537 | #endif | ||
535 | #ifdef CONFIG_WATCHDOG | 538 | #ifdef CONFIG_WATCHDOG |
536 | APPLET(watchdog, watchdog_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 539 | APPLET(watchdog, watchdog_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
537 | #endif | 540 | #endif |