diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-25 23:40:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-25 23:40:32 +0000 |
commit | ffde8673fe8b2c32076aa3e01eab1fefc5f08e86 (patch) | |
tree | ca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /include/applets.h | |
parent | 8ba1b1120ee08b281f8bae2837c8f3307d166872 (diff) | |
download | busybox-w32-ffde8673fe8b2c32076aa3e01eab1fefc5f08e86.tar.gz busybox-w32-ffde8673fe8b2c32076aa3e01eab1fefc5f08e86.tar.bz2 busybox-w32-ffde8673fe8b2c32076aa3e01eab1fefc5f08e86.zip |
Add in spoon's watchdog timer app.
-Erik
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 4837cb564..80ff1feb3 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -362,6 +362,9 @@ const struct BB_applet applets[] = { | |||
362 | #ifdef BB_UUENCODE | 362 | #ifdef BB_UUENCODE |
363 | APPLET("uuencode", uuencode_main, _BB_DIR_USR_BIN, uuencode_usage) | 363 | APPLET("uuencode", uuencode_main, _BB_DIR_USR_BIN, uuencode_usage) |
364 | #endif | 364 | #endif |
365 | #ifdef BB_WATCHDOG | ||
366 | APPLET("watchdog", watchdog_main, _BB_DIR_SBIN, watchdog_usage) | ||
367 | #endif | ||
365 | #ifdef BB_WC | 368 | #ifdef BB_WC |
366 | APPLET("wc", wc_main, _BB_DIR_USR_BIN, wc_usage) | 369 | APPLET("wc", wc_main, _BB_DIR_USR_BIN, wc_usage) |
367 | #endif | 370 | #endif |