[syslinux] [PATCH] Activating FTP for gpxe on Syslinux 3.72-pre1

Erwan erwan at seanodes.com
Wed Sep 3 00:42:42 PDT 2008


Could we just activate FTP on gpxe ?
I did a trivial patch for enabling it on top of 3.72-pre1.

Thanks,
Erwan

--- gpxe/src/config.h.old    2008-09-03 09:40:47.055018406 +0200
+++ gpxe/src/config.h    2008-09-03 09:40:54.728065911 +0200
@@ -94,7 +94,7 @@
 #undef    DOWNLOAD_PROTO_NFS    /* Network File System */
 #define    DOWNLOAD_PROTO_HTTP    /* Hypertext Transfer Protocol */
 #undef    DOWNLOAD_PROTO_HTTPS    /* Secure Hypertext Transfer Protocol */
-#undef    DOWNLOAD_PROTO_FTP    /* File Transfer Protocol */
+#define    DOWNLOAD_PROTO_FTP    /* File Transfer Protocol */
 #undef    DOWNLOAD_PROTO_TFTM    /* Multicast Trivial File Transfer 
Protocol */
 #undef    DOWNLOAD_PROTO_SLAM    /* Scalable Local Area Multicast */
 #undef    DOWNLOAD_PROTO_FSP    /* FSP? */




More information about the Syslinux mailing list