66 lines
2.9 KiB
Diff
66 lines
2.9 KiB
Diff
diff --git a/src/config/console.h b/src/config/console.h
|
|
index 9f770d09..bfc00d76 100644
|
|
--- a/src/config/console.h
|
|
+++ b/src/config/console.h
|
|
@@ -35,7 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
*/
|
|
|
|
//#define CONSOLE_SERIAL /* Serial port console */
|
|
-//#define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */
|
|
+#define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */
|
|
//#define CONSOLE_SYSLOG /* Syslog console */
|
|
//#define CONSOLE_SYSLOGS /* Encrypted syslog console */
|
|
//#define CONSOLE_VMWARE /* VMware logfile console */
|
|
diff --git a/src/config/general.h b/src/config/general.h
|
|
index e883e072..b25943b1 100644
|
|
--- a/src/config/general.h
|
|
+++ b/src/config/general.h
|
|
@@ -36,10 +36,10 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
|
|
#define NET_PROTO_IPV4 /* IPv4 protocol */
|
|
//#define NET_PROTO_IPV6 /* IPv6 protocol */
|
|
-#undef NET_PROTO_FCOE /* Fibre Channel over Ethernet protocol */
|
|
-#define NET_PROTO_STP /* Spanning Tree protocol */
|
|
-#define NET_PROTO_LACP /* Link Aggregation control protocol */
|
|
-#define NET_PROTO_EAPOL /* EAP over LAN protocol */
|
|
+//#undef NET_PROTO_FCOE /* Fibre Channel over Ethernet protocol */
|
|
+//#define NET_PROTO_STP /* Spanning Tree protocol */
|
|
+//#define NET_PROTO_LACP /* Link Aggregation control protocol */
|
|
+//#define NET_PROTO_EAPOL /* EAP over LAN protocol */
|
|
//#define NET_PROTO_LLDP /* Link Layer Discovery protocol */
|
|
|
|
/*
|
|
@@ -54,9 +54,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
*
|
|
*/
|
|
|
|
-#define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */
|
|
+#undef 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 */
|
|
@@ -67,9 +67,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
*
|
|
*/
|
|
|
|
-//#undef SANBOOT_PROTO_ISCSI /* iSCSI protocol */
|
|
-//#undef SANBOOT_PROTO_AOE /* AoE protocol */
|
|
-//#undef SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
|
|
+#undef SANBOOT_PROTO_ISCSI /* iSCSI protocol */
|
|
+#undef SANBOOT_PROTO_AOE /* AoE protocol */
|
|
+#undef SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
|
|
//#undef SANBOOT_PROTO_FCP /* Fibre Channel protocol */
|
|
//#undef SANBOOT_PROTO_HTTP /* HTTP SAN protocol */
|
|
|
|
@@ -161,7 +161,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
//#define PARAM_CMD /* Request 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 */
|