2013-06-06 16:38:04 +02:00
|
|
|
config BR2_PACKAGE_TREE
|
|
|
|
bool "tree"
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
help
|
|
|
|
Tree is a recursive directory listing command that produces
|
|
|
|
a depth indented listing of files, which is colorized ala
|
|
|
|
dircolors if the LS_COLORS environment variable is set and
|
|
|
|
output is to tty.
|
|
|
|
|
|
|
|
http://mama.indstate.edu/users/ice/tree/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "tree needs a toolchain w/ wchar"
|
2013-06-06 16:38:04 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|