diff options
author | Mark Whitley | 2001-03-02 19:08:50 +0000 |
---|---|---|
committer | Mark Whitley | 2001-03-02 19:08:50 +0000 |
commit | 450736cd3cf5e09a02620af7a93b41e0c1c67344 (patch) | |
tree | 9312ddb48e6404914c33a4bf9184d258f428eb22 /Config.h | |
parent | 016771834af01be118621f89d92a3ecb29516a4f (diff) | |
download | busybox-450736cd3cf5e09a02620af7a93b41e0c1c67344.zip busybox-450736cd3cf5e09a02620af7a93b41e0c1c67344.tar.gz |
Added Magnus Damm's tftp applet to Busybox.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -104,6 +104,7 @@ //#define BB_TEE //#define BB_TEST //#define BB_TELNET +#define BB_TFTP #define BB_TOUCH //#define BB_TR #define BB_TRUE_FALSE @@ -312,6 +313,10 @@ // Support for the -A -B and -C context flags in grep //#define BB_FEATURE_GREP_CONTEXT // +// Tell tftp what commands that should be supported. +#define BB_FEATURE_TFTP_PUT +#define BB_FEATURE_TFTP_GET +// // End of Features List // // |