From f5d52fa19effb45473f377ee52dc97747e758320 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 7 Jul 2014 14:03:35 -0400 Subject: [PATCH] Make the dhcp command available as the embedded use seems to require it --- src/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/general.h b/src/config/general.h index 8b6685e9..4342f9a1 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -129,7 +129,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #undef FCMGMT_CMD /* Fibre Channel management commands */ #undef ROUTE_CMD /* Routing table management commands */ #define IMAGE_CMD /* Image management commands */ -#undef DHCP_CMD /* DHCP management commands */ +#define DHCP_CMD /* DHCP management commands */ #define SANBOOT_CMD /* SAN boot commands */ #undef MENU_CMD /* Menu commands */ #undef LOGIN_CMD /* Login command */