[ipxe-devel] [PATCH] Removed configuration option for tftm from 'general.h'.

Marin Mareo Hannache mareo at mareo.fr
Sun Apr 1 15:30:43 UTC 2012


Hello,
as requested on IRC, here is a little patch to fix the tftm issue, the
one concerning wince will follow (unlike tftm, some code is still
around).

 'DOWNLOAD_PROTO_TFTM' is now useless as tftm support has been merged
 into 'tftp.c', 'DOWNLOAD_PROTO_TFTP' should be used instead.
---
 src/config/config.c  |    3 ---
 src/config/general.h |    1 -
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/config/config.c b/src/config/config.c
index bc3f7ed..4476e54 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -122,9 +122,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
diff --git a/src/config/general.h b/src/config/general.h
index 7074216..ec09502 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -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 */
 
 /*

-- 
Marin "Mareo" Hannache - hannac_m at epita.fr - EPITA 2015
« C'est donner aux fantasmes, un goût divin
  De les toujours chasser, en les sachant vains. »



More information about the ipxe-devel mailing list