From cce74dff557cb6b291d459b7d5feb1d605a5c00d Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Tue, 20 Dec 2016 10:33:35 +0100 Subject: globalvar: select FNMATCH This is needed since support for wildcards has been introduced. Signed-off-by: Lucas Stach 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 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 -- cgit v1.2.3