1config BR2_PACKAGE_TREE 2 bool "tree" 3 depends on BR2_USE_WCHAR 4 help 5 Tree is a recursive directory listing command that produces 6 a depth indented listing of files, which is colorized ala 7 dircolors if the LS_COLORS environment variable is set and 8 output is to tty. 9 10 http://oldmanprogrammer.net/source.php?dir=projects/tree 11 12comment "tree needs a toolchain w/ wchar" 13 depends on !BR2_USE_WCHAR 14