diff --git a/net/dhcp.c b/net/dhcp.c index e1625ec..fb8a713 100644 --- a/net/dhcp.c +++ b/net/dhcp.c @@ -158,7 +158,7 @@ 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);