diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index e531f1f..8ed5a9c 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -80,6 +80,8 @@ #define BB_TAIL #define BB_TAR #define BB_TEE +// Don't turn BB_TELNET on. It doesn't work. +#define BB_TELNET #define BB_TOUCH #define BB_TRUE_FALSE #define BB_TTY |