diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-05-02 11:13:47 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-05-02 11:13:47 +0000 |
commit | cc980d1c94f2f62b229a7560d1234b561ddebde6 (patch) | |
tree | 467573830df0f6854f467b8193a063efb743c4b1 /src/include/etherboot.h | |
parent | f9f1d2c84c51ea2d03bd3c292037644afcebba38 (diff) | |
download | ipxe-cc980d1c94f2f62b229a7560d1234b561ddebde6.tar.gz |
Moved DOWNLOAD_PROTO_XXX options to config.h
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r-- | src/include/etherboot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h index 3fbf25115..8ae65bacf 100644 --- a/src/include/etherboot.h +++ b/src/include/etherboot.h @@ -49,10 +49,6 @@ #define DEFAULT_BOOTFILE PXENFSROOTPATH "/boot/pxeboot" #endif -#if !defined(DOWNLOAD_PROTO_TFTP) && !defined(DOWNLOAD_PROTO_NFS) && !defined(DOWNLOAD_PROTO_SLAM) && !defined(DOWNLOAD_PROTO_TFTM) && !defined(DOWNLOAD_PROTO_DISK) && !defined(DOWNLOAD_PROTO_HTTP) -#error No download protocol defined! -#endif - #ifndef MAX_TFTP_RETRIES #define MAX_TFTP_RETRIES 20 #endif |