aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-02 19:08:50 +0000
committerMark Whitley <markw@lineo.com>2001-03-02 19:08:50 +0000
commit450736cd3cf5e09a02620af7a93b41e0c1c67344 (patch)
tree9312ddb48e6404914c33a4bf9184d258f428eb22 /Config.h
parent016771834af01be118621f89d92a3ecb29516a4f (diff)
downloadbusybox-450736cd3cf5e09a02620af7a93b41e0c1c67344.tar.gz
Added Magnus Damm's tftp applet to Busybox.
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h5
1 files changed, 5 insertions, 0 deletions
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
//
//