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 e531f1fed..8ed5a9c66 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -80,6 +80,8 @@ | |||
80 | #define BB_TAIL | 80 | #define BB_TAIL |
81 | #define BB_TAR | 81 | #define BB_TAR |
82 | #define BB_TEE | 82 | #define BB_TEE |
83 | // Don't turn BB_TELNET on. It doesn't work. | ||
84 | #define BB_TELNET | ||
83 | #define BB_TOUCH | 85 | #define BB_TOUCH |
84 | #define BB_TRUE_FALSE | 86 | #define BB_TRUE_FALSE |
85 | #define BB_TTY | 87 | #define BB_TTY |