summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorAlexander Kurz <akurz@blala.de>2016-08-19 22:09:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-08-22 07:49:46 +0200
commit6b40ff8c7e96c1284e8261cebcb21403f2e8e5ac (patch)
tree1b578cf4eb99f96053f3d8c70d5175ceb06956cd /common/Kconfig
parente37faaf18521e93a9aa859e6dc7d03ebfc9469c8 (diff)
downloadbarebox-6b40ff8c7e96c1284e8261cebcb21403f2e8e5ac.tar.gz
barebox-6b40ff8c7e96c1284e8261cebcb21403f2e8e5ac.tar.xz
Kconfig: defaultenv-2 select CMD_TEST
CMD_TEST is required for scripts in defaultenv-2, e.g. automount. Signed-off-by: Alexander Kurz <akurz@blala.de> 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 38225ebe63..397bcbed17 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -844,6 +844,7 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW
select CMD_BASENAME
select CMD_READLINK
select CMD_DIRNAME
+ select CMD_TEST
select NVVAR
select CMD_NV
select FLEXIBLE_BOOTARGS