blob: 62702f917422f3ad4f6c176afb683cbda2f2f692 [file] [log] [blame]
Zack Williams2e469712022-01-26 18:11:09 -07001diff --git a/src/config/general.h b/src/config/general.h
2index 0c99bcbb..04ced76c 100644
3--- a/src/config/general.h
4+++ b/src/config/general.h
5@@ -54,7 +54,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
6
7 #define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */
8 #define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */
9-#undef DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
10+#define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
11 #undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */
12 #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
13 #undef DOWNLOAD_PROTO_NFS /* Network File System Protocol */
14@@ -148,7 +148,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
15 //#define PCI_CMD /* PCI commands */
16 //#define PARAM_CMD /* Form parameter commands */
17 //#define NEIGHBOUR_CMD /* Neighbour management commands */
18-//#define PING_CMD /* Ping command */
19+#define PING_CMD /* Ping command */
20 //#define CONSOLE_CMD /* Console command */
21 //#define IPSTAT_CMD /* IP statistics commands */
22 //#define PROFSTAT_CMD /* Profiling commands */