summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-01-04 16:18:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-07 08:30:56 +0100
commit834e686df4b3a7733c4c3e6fc5d4cce73549f7f5 (patch)
treee41374247458c4326aa71d2740a6e3860d8a01a3 /common/Kconfig
parent1f21a63e5fedf3be7e7035bfae15bab8a5dc07f4 (diff)
downloadbarebox-834e686df4b3a7733c4c3e6fc5d4cce73549f7f5.tar.gz
barebox-834e686df4b3a7733c4c3e6fc5d4cce73549f7f5.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
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)"