From 30de9e8300e97c4b56e29f5a3b08e4615b30606f Mon Sep 17 00:00:00 2001 From: Marin Hannache Date: Mon, 15 Jul 2013 17:56:29 +0200 Subject: [nfs] Add support for NFS protocol Tested-by: Robin Smidsrød Signed-off-by: Marin Hannache Signed-off-by: Michael Brown --- src/config/config.c | 3 +++ src/config/general.h | 1 + 2 files changed, 4 insertions(+) (limited to 'src/config') diff --git a/src/config/config.c b/src/config/config.c index 45dc29bcf..b17b335b7 100644 --- a/src/config/config.c +++ b/src/config/config.c @@ -129,6 +129,9 @@ REQUIRE_OBJECT ( https ); #ifdef DOWNLOAD_PROTO_FTP REQUIRE_OBJECT ( ftp ); #endif +#ifdef DOWNLOAD_PROTO_NFS +REQUIRE_OBJECT ( nfs_open ); +#endif #ifdef DOWNLOAD_PROTO_SLAM REQUIRE_OBJECT ( slam ); #endif diff --git a/src/config/general.h b/src/config/general.h index 62edd3fe8..3fd7408dd 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -59,6 +59,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #undef DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */ #undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */ #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */ +#undef DOWNLOAD_PROTO_NFS /* Network File System Protocol */ /* * SAN boot protocols -- cgit v1.2.3-55-g7522