diff options
author | Glenn L McGrath | 2001-10-05 04:40:37 +0000 |
---|---|---|
committer | Glenn L McGrath | 2001-10-05 04:40:37 +0000 |
commit | ad117d8a213979fae1bf6ec9162c2e998800b096 (patch) | |
tree | bfc74a10998be45c79515b34f2288702cfeed726 /Config.h | |
parent | 24e2833cdfcba3505bbde9b56906bbcbb67aa2be (diff) | |
download | busybox-ad117d8a213979fae1bf6ec9162c2e998800b096.zip busybox-ad117d8a213979fae1bf6ec9162c2e998800b096.tar.gz |
Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -378,6 +378,7 @@ // Tell tftp what commands that should be supported. #define BB_FEATURE_TFTP_PUT #define BB_FEATURE_TFTP_GET +//#define BB_FEATURE_TFTP_BLOCKSIZE // // features for vi #define BB_FEATURE_VI_COLON // ":" colon commands, no "ex" mode |