File config.patch of Package ipxe
Index: ipxe-1.0.0_2382_g827dd1b/src/config/general.h =================================================================== --- ipxe-1.0.0_2382_g827dd1b.orig/src/config/general.h +++ ipxe-1.0.0_2382_g827dd1b/src/config/general.h @@ -54,7 +54,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */ #define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ -#undef DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */ +#define 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 */ @@ -135,22 +135,22 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define SYNC_CMD /* Sync command */ //#define NSLOOKUP_CMD /* DNS resolving command */ //#define TIME_CMD /* Time commands */ -//#define DIGEST_CMD /* Image crypto digest commands */ +#define DIGEST_CMD /* Image crypto digest commands */ //#define LOTEST_CMD /* Loopback testing commands */ //#define VLAN_CMD /* VLAN commands */ //#define PXE_CMD /* PXE commands */ -//#define REBOOT_CMD /* Reboot command */ +#define REBOOT_CMD /* Reboot command */ //#define POWEROFF_CMD /* Power off command */ -//#define IMAGE_TRUST_CMD /* Image trust management commands */ +#define IMAGE_TRUST_CMD /* Image trust management commands */ //#define PCI_CMD /* PCI commands */ //#define PARAM_CMD /* Form parameter commands */ //#define NEIGHBOUR_CMD /* Neighbour management commands */ //#define PING_CMD /* Ping command */ -//#define CONSOLE_CMD /* Console command */ +#define CONSOLE_CMD /* Console command */ //#define IPSTAT_CMD /* IP statistics commands */ //#define PROFSTAT_CMD /* Profiling commands */ //#define NTP_CMD /* NTP commands */ -//#define CERT_CMD /* Certificate management commands */ +#define CERT_CMD /* Certificate management commands */ /* * ROM-specific options