summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2021-02-11 22:30:52 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-02-12 09:58:41 +0100
commite5123f5bd241964743eac5e69bc3defd67c01a0e (patch)
tree7e9e7d923a722480a1ef7fff9e07daf6b89bdc62
parentd37bdacc0f6871f636b8d0eebd8825457b1b4f8a (diff)
downloadbarebox-e5123f5bd241964743eac5e69bc3defd67c01a0e.tar.gz
barebox-e5123f5bd241964743eac5e69bc3defd67c01a0e.tar.xz
commands: Kconfig: setenv: fix reference to unknown symbol
In Kconfig files, the symbols don't have a CONFIG_ prefix. Fix this. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--commands/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 03ddfc8870..1667e50cc6 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -746,7 +746,7 @@ config CMD_SAVEENV
config CMD_SETENV
tristate
default y
- depends on !CONFIG_SHELL_NONE
+ depends on !SHELL_NONE
prompt "setenv"
help
Set environment variable