From 834e686df4b3a7733c4c3e6fc5d4cce73549f7f5 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 4 Jan 2019 16:18:25 +0100 Subject: defaultenv: resolve global.net.server before using it global.net.server may contain a hostname, so we have to resolve it before using it. Signed-off-by: Sascha Hauer --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index 1c2669084a..b522a86ad4 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -867,6 +867,7 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW select CMD_BOOT select NET_CMD_IFUP if NET select CMD_IP_ROUTE_GET if NET + select CMD_HOST if NET config DEFAULT_ENVIRONMENT_GENERIC bool "Generic environment template (old version)" -- cgit v1.2.3