Add in spoon's watchdog timer app.

-Erik
This commit is contained in:
Eric Andersen
2001-01-25 23:40:32 +00:00
parent 8ba1b1120e
commit ffde8673fe
9 changed files with 146 additions and 11 deletions

View File

@ -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