aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/general.h
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@gmail.com>2010-01-30 09:48:21 +0000
committerMarty Connor <mdc@etherboot.org>2010-01-31 19:21:00 -0500
commit1548189ffa8a54275ed58476993dba6dcaf799a0 (patch)
treede749661196bde3e5bdcdf77f1636b1ceaff46d5 /src/config/general.h
parente501e6e19e819652c5fdd1b69a5d4921d00106bd (diff)
downloadipxe-1548189ffa8a54275ed58476993dba6dcaf799a0.tar.gz
[proto] Remove unsupported NFS protocol
The NFS protocol code came from legacy Etherboot and was never updated to work as a gPXE protocol. There has been no demand for this protocol, so this patch removes it. I have an unfinished NFSv3 over TCP implementation for gPXE that can be used as the base for new work, should we want to resurrect this protocol. Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r--src/config/general.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/general.h b/src/config/general.h
index eb8a0b530..3501846aa 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -54,7 +54,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
#define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */
-#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 */