summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-01-04 16:16:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-04 16:16:23 +0100
commit1f21a63e5fedf3be7e7035bfae15bab8a5dc07f4 (patch)
treeca5704927cfb752c0c92ca2a5247ee5e689221cf /common/Kconfig
parent78b1d0fa1ec8f6283e514d4d68ad08fc0f16a578 (diff)
downloadbarebox-1f21a63e5fedf3be7e7035bfae15bab8a5dc07f4.tar.gz
barebox-1f21a63e5fedf3be7e7035bfae15bab8a5dc07f4.tar.xz
defaultenv: defaultenv uses ip_route_get
The default environment uses the ip_route_get command, so select it when networking is enabled. 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 2ad92158c1..1c2669084a 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -866,6 +866,7 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW
select FLEXIBLE_BOOTARGS
select CMD_BOOT
select NET_CMD_IFUP if NET
+ select CMD_IP_ROUTE_GET if NET
config DEFAULT_ENVIRONMENT_GENERIC
bool "Generic environment template (old version)"