Skip to content

Commit

Permalink
[tftp] Remove configuration option for tftm
Browse files Browse the repository at this point in the history
DOWNLOAD_PROTO_TFTM is now useless as tftm support has been merged
into tftp.c.  DOWNLOAD_PROTO_TFTP should be used instead.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Marin Mareo Hannache authored and mcb30 committed Apr 10, 2012
1 parent 196751c commit 6ab98fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/config/config.c
Expand Up @@ -125,9 +125,6 @@ REQUIRE_OBJECT ( https );
#ifdef DOWNLOAD_PROTO_FTP
REQUIRE_OBJECT ( ftp );
#endif
#ifdef DOWNLOAD_PROTO_TFTM
REQUIRE_OBJECT ( tftm );
#endif
#ifdef DOWNLOAD_PROTO_SLAM
REQUIRE_OBJECT ( slam );
#endif
Expand Down
1 change: 0 additions & 1 deletion src/config/general.h
Expand Up @@ -58,7 +58,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */
#undef DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
#undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */
#undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */
#undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */

/*
Expand Down

0 comments on commit 6ab98fa

Please sign in to comment.