From 4a1379886fd508db95e337f230fe3c1ec5c110d8 Mon Sep 17 00:00:00 2001 From: Wadim Egorov Date: Mon, 28 Sep 2015 12:48:01 +0200 Subject: net: dhcp: Fix CONFIG variable name Signed-off-by: Wadim Egorov Signed-off-by: Sascha Hauer --- net/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/dhcp.c b/net/dhcp.c index e1625ec9cd..fb8a7133c1 100644 --- a/net/dhcp.c +++ b/net/dhcp.c @@ -158,7 +158,7 @@ static void env_str_handle(struct dhcp_opt *opt, unsigned char *popt, int optlen if (opt->copy_only_if_valid && !strlen(tmp)) return; - if (opt->barebox_var_name && IS_ENABLED(EVIRONMENT_VARIABLES)) + if (opt->barebox_var_name && IS_ENABLED(CONFIG_ENVIRONMENT_VARIABLES)) setenv(opt->barebox_var_name, tmp); if (opt->barebox_dhcp_global && IS_ENABLED(CONFIG_GLOBALVAR)) dhcp_set_barebox_global(opt->barebox_dhcp_global, tmp); -- cgit v1.2.3