diff options
author | Eric Andersen | 2001-01-25 23:40:32 +0000 |
---|---|---|
committer | Eric Andersen | 2001-01-25 23:40:32 +0000 |
commit | ffde8673fe8b2c32076aa3e01eab1fefc5f08e86 (patch) | |
tree | ca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /Config.h | |
parent | 8ba1b1120ee08b281f8bae2837c8f3307d166872 (diff) | |
download | busybox-ffde8673fe8b2c32076aa3e01eab1fefc5f08e86.zip busybox-ffde8673fe8b2c32076aa3e01eab1fefc5f08e86.tar.gz |
Add in spoon's watchdog timer app.
-Erik
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -103,12 +103,6 @@ //#define BB_TR #define BB_TRUE_FALSE #define BB_TTY -#define BB_UPTIME -//#define BB_USLEEP -#define BB_WC -//#define BB_WGET -#define BB_WHICH -#define BB_WHOAMI //#define BB_UUENCODE //#define BB_UUDECODE #define BB_UMOUNT @@ -116,6 +110,13 @@ #define BB_UNAME //#define BB_UNIX2DOS //#define BB_UPDATE +#define BB_UPTIME +//#define BB_USLEEP +//#define BB_WATCHDOG +#define BB_WC +//#define BB_WGET +#define BB_WHICH +#define BB_WHOAMI #define BB_XARGS #define BB_YES // End of Applications List |