summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-10-18 12:58:55 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-30 10:24:12 +0100
commit735775a7c425525bda130fa3db6287735e0b1843 (patch)
tree13b77b8a14e14590bc417fb007fdd06c8615a2d9 /commands/Kconfig
parent85799053140da9c798166ee0c3b66c589845cef0 (diff)
downloadbarebox-735775a7c425525bda130fa3db6287735e0b1843.tar.gz
barebox-735775a7c425525bda130fa3db6287735e0b1843.tar.xz
commands/Kconfig: move 'ln' to the 'file commands' section
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index e934f29d5c..2d336384a7 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -57,10 +57,6 @@ config CMD_READLINE
tristate
prompt "readline"
-config CMD_LN
- tristate
- prompt "ln"
-
config CMD_TRUE
tristate
default y
@@ -216,6 +212,10 @@ config CMD_DIRNAME
Strip last component of file name and store the result in a
environment variable
+config CMD_LN
+ tristate
+ prompt "ln"
+
config CMD_READLINK
tristate
prompt "readlink"