global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFG
Perform a simple rename of CONFIG_EXTRA_ENV_SETTINGS to CFG_EXTRA_ENV_SETTINGS Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -51,7 +51,7 @@ by env variables. It depends on CONFIG_CMD_LINK_LOCAL, CONFIG_CMD_DHCP,
|
||||
and CONFIG_BOOTP_MAY_FAIL.
|
||||
If both fail or are disabled, static settings are used.
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
#define CFG_EXTRA_ENV_SETTINGS \
|
||||
"ipconfigcmd=if test \\\"$dhcpenabled\\\" -ne 0;" \
|
||||
"then " \
|
||||
"dhcpfail=0;dhcp || dhcpfail=1;" \
|
||||
|
||||
Reference in New Issue
Block a user