diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-02 19:08:50 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-02 19:08:50 +0000 |
commit | 22012426a75e0ac7eadf7a3d725581fdb8c3b67a (patch) | |
tree | 9312ddb48e6404914c33a4bf9184d258f428eb22 /Config.h | |
parent | fab841e186871c03558c39c93c926a77ba1734c2 (diff) | |
download | busybox-w32-22012426a75e0ac7eadf7a3d725581fdb8c3b67a.tar.gz busybox-w32-22012426a75e0ac7eadf7a3d725581fdb8c3b67a.tar.bz2 busybox-w32-22012426a75e0ac7eadf7a3d725581fdb8c3b67a.zip |
Added Magnus Damm's tftp applet to Busybox.
git-svn-id: svn://busybox.net/trunk/busybox@1953 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | // |