diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -104,6 +104,7 @@ | |||
104 | //#define BB_TEE | 104 | //#define BB_TEE |
105 | //#define BB_TEST | 105 | //#define BB_TEST |
106 | //#define BB_TELNET | 106 | //#define BB_TELNET |
107 | #define BB_TFTP | ||
107 | #define BB_TOUCH | 108 | #define BB_TOUCH |
108 | //#define BB_TR | 109 | //#define BB_TR |
109 | #define BB_TRUE_FALSE | 110 | #define BB_TRUE_FALSE |
@@ -312,6 +313,10 @@ | |||
312 | // Support for the -A -B and -C context flags in grep | 313 | // Support for the -A -B and -C context flags in grep |
313 | //#define BB_FEATURE_GREP_CONTEXT | 314 | //#define BB_FEATURE_GREP_CONTEXT |
314 | // | 315 | // |
316 | // Tell tftp what commands that should be supported. | ||
317 | #define BB_FEATURE_TFTP_PUT | ||
318 | #define BB_FEATURE_TFTP_GET | ||
319 | // | ||
315 | // End of Features List | 320 | // End of Features List |
316 | // | 321 | // |
317 | // | 322 | // |