gPXE: enable NFS, FTP, HTTPS
authorH. Peter Anvin <hpa@zytor.com>
Mon, 8 Sep 2008 05:56:45 +0000 (22:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 8 Sep 2008 05:56:45 +0000 (22:56 -0700)
Enable the NFS, FTP, and HTTPS protocols in the gpxelinux.0
configuration.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
gpxe/src/config.h

index ae39fb5..603604a 100644 (file)
  */
 
 #define        DOWNLOAD_PROTO_TFTP     /* Trivial File Transfer Protocol */
-#undef DOWNLOAD_PROTO_NFS      /* Network File System */
+#define        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_HTTPS    /* Secure Hypertext 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? */