Added Magnus Damm's tftp applet to Busybox.

This commit is contained in:
Mark Whitley
2001-03-02 19:08:50 +00:00
parent 016771834a
commit 450736cd3c
8 changed files with 931 additions and 0 deletions

View File

@ -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
//
//