[PATCH 4/9] globalvar: select FNMATCH
Lucas Stach
l.stach at pengutronix.de
Tue Dec 20 01:33:35 PST 2016
This is needed since support for wildcards has been introduced.
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
common/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/Kconfig b/common/Kconfig
index 91c2cc4372ed..74e973999a3a 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -161,6 +161,7 @@ config ENVIRONMENT_VARIABLES
config GLOBALVAR
bool "global environment variables support"
default y if !SHELL_NONE
+ select FNMATCH
help
Global environment variables begin with "global.". Unlike normal
shell variables they have the same values in all contexts. Global
--
2.11.0
More information about the barebox
mailing list