diff --git a/src/config/general.h b/src/config/general.h index 9b21f127..ba34772e 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -35,7 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); */ #define NET_PROTO_IPV4 /* IPv4 protocol */ -//#define NET_PROTO_IPV6 /* IPv6 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 */ @@ -137,25 +137,25 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define LOGIN_CMD /* Login command */ #define SYNC_CMD /* Sync command */ #define SHELL_CMD /* Shell command */ -//#define NSLOOKUP_CMD /* DNS resolving command */ -//#define TIME_CMD /* Time 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 POWEROFF_CMD /* Power off command */ -//#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 IPSTAT_CMD /* IP statistics commands */ -//#define PROFSTAT_CMD /* Profiling commands */ -//#define NTP_CMD /* NTP commands */ -//#define CERT_CMD /* Certificate management commands */ -//#define IMAGE_MEM_CMD /* Read memory command */ +#define NSLOOKUP_CMD /* DNS resolving command */ +#define TIME_CMD /* Time 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 POWEROFF_CMD /* Power off command */ +#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 IPSTAT_CMD /* IP statistics commands */ +#define PROFSTAT_CMD /* Profiling commands */ +#define NTP_CMD /* NTP commands */ +#define CERT_CMD /* Certificate management commands */ +#define IMAGE_MEM_CMD /* Read memory command */ /* * ROM-specific options