]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[tftp] Remove configuration option for tftm
authorMarin Mareo Hannache <mareo@mareo.fr>
Sun, 1 Apr 2012 15:30:43 +0000 (17:30 +0200)
committerMichael Brown <mcb30@ipxe.org>
Tue, 10 Apr 2012 19:32:50 +0000 (20:32 +0100)
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>
src/config/config.c
src/config/general.h

index c96f9c53f1a6c4725bf44172ebbe11bed7cf728d..513f054f71b52f4f79f693d7010fe055c5c87525 100644 (file)
@@ -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
index 70742165c56e9b182f817c73f9b2df92520e193b..ec095028cba043b52134812c7cef5747d67ea7af 100644 (file)
@@ -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 */
 
 /*