From ffde8673fe8b2c32076aa3e01eab1fefc5f08e86 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 25 Jan 2001 23:40:32 +0000 Subject: Add in spoon's watchdog timer app. -Erik --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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[] = { #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 -- cgit v1.2.3