summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 52e1f171bb..4555b71893 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -198,6 +198,20 @@ config CMD_AUTOMOUNT
this directory available (discover USB devices, bring network interface
up and finally mount the filesystem).
+config CMD_BASENAME
+ tristate
+ prompt "basename"
+ help
+ Strip directory and suffix from filenames and store the result in a
+ environment variable
+
+config CMD_DIRNAME
+ tristate
+ prompt "dirname"
+ help
+ Strip last component of file name and store the result in a
+ environment variable
+
endmenu
menu "console "