summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-07-22 11:51:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-25 10:15:45 +0200
commite844f9c60d1e13f28bdb1ed95102df1e6df44faa (patch)
tree983a79b19f84c816948a8900154bae49f83526ed /common/Kconfig
parent04d6b35b5d9a9ce5583ed04e8c7b6cf37d86fed0 (diff)
downloadbarebox-e844f9c60d1e13f28bdb1ed95102df1e6df44faa.tar.gz
barebox-e844f9c60d1e13f28bdb1ed95102df1e6df44faa.tar.xz
nv: Allow wildcards when removing NV vars
With this patch 'nv -r' can also take "*" and "?" wildcards for nv variables. This makes it easier to remove multiple nv variables. 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 a85ee8daca..027b8da100 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -169,6 +169,7 @@ config NVVAR
default y if !SHELL_NONE
depends on GLOBALVAR
depends on ENV_HANDLING
+ select FNMATCH
help
Non volatile environment variables begin with "nv.". They behave like
global variables above, but their values are saved in the environment