summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-08-21 17:22:08 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-05 03:22:14 +0800
commitbf32bc1d9aa5d01c054eb9483f61dc453a522978 (patch)
treeeadbff07b8747c7dcaf1be486dfef814d22d9f8e /commands/Kconfig
parent69a4ea15dbd5c3f0beac0f6a034a7dd2f13ff383 (diff)
downloadbarebox-bf32bc1d9aa5d01c054eb9483f61dc453a522978.tar.gz
barebox-bf32bc1d9aa5d01c054eb9483f61dc453a522978.tar.xz
command: add ln support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 876f2f840f..337f545058 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -57,6 +57,10 @@ config CMD_READLINE
tristate
prompt "readline"
+config CMD_LN
+ tristate
+ prompt "ln"
+
config CMD_TRUE
tristate
default y