aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-25 23:40:32 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-25 23:40:32 +0000
commitffde8673fe8b2c32076aa3e01eab1fefc5f08e86 (patch)
treeca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /applets.h
parent8ba1b1120ee08b281f8bae2837c8f3307d166872 (diff)
downloadbusybox-ffde8673fe8b2c32076aa3e01eab1fefc5f08e86.tar.gz
Add in spoon's watchdog timer app.
-Erik
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets.h b/applets.h
index 4837cb564..80ff1feb3 100644
--- a/applets.h
+++ b/applets.h
@@ -362,6 +362,9 @@ const struct BB_applet applets[] = {
#ifdef BB_UUENCODE
APPLET("uuencode", uuencode_main, _BB_DIR_USR_BIN, uuencode_usage)
#endif
+#ifdef BB_WATCHDOG
+ APPLET("watchdog", watchdog_main, _BB_DIR_SBIN, watchdog_usage)
+#endif
#ifdef BB_WC
APPLET("wc", wc_main, _BB_DIR_USR_BIN, wc_usage)
#endif