From 22012426a75e0ac7eadf7a3d725581fdb8c3b67a Mon Sep 17 00:00:00 2001 From: markw Date: Fri, 2 Mar 2001 19:08:50 +0000 Subject: Added Magnus Damm's tftp applet to Busybox. git-svn-id: svn://busybox.net/trunk/busybox@1953 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Config.h') diff --git a/Config.h b/Config.h index 6c849a21f..263da98d5 100644 --- a/Config.h +++ b/Config.h @@ -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 // // -- cgit v1.2.3-55-g6feb