Moved DOWNLOAD_PROTO_XXX options to config.h

This commit is contained in:
Michael Brown
2005-05-02 11:13:47 +00:00
parent f9f1d2c84c
commit cc980d1c94
3 changed files with 21 additions and 32 deletions

View File

@@ -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