9
0
Fork 0

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>
This commit is contained in:
Antony Pavlov 2012-10-18 12:58:55 +04:00 committed by Sascha Hauer
parent 8579905314
commit 735775a7c4
1 changed files with 4 additions and 4 deletions

View File

@ -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"