From 1f21a63e5fedf3be7e7035bfae15bab8a5dc07f4 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 4 Jan 2019 16:16:21 +0100 Subject: 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 --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Kconfig') 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)" -- cgit v1.2.3