summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-12-20 10:33:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-09 13:41:12 +0100
commitcce74dff557cb6b291d459b7d5feb1d605a5c00d (patch)
tree69a9ff6328f6131ba31effb50ac898bc5c9b8671 /common/Kconfig
parente9be2ee4cb46e09adefe041a6b7a5b392738209e (diff)
downloadbarebox-cce74dff557cb6b291d459b7d5feb1d605a5c00d.tar.gz
barebox-cce74dff557cb6b291d459b7d5feb1d605a5c00d.tar.xz
globalvar: select FNMATCH
This is needed since support for wildcards has been introduced. Signed-off-by: Lucas Stach <l.stach@pengutronix.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 ed472a0b5c..462c104fde 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