16fc737251
The current TREE_SITE URL doesn't work anymore. Moreover the README states: " The main distribution site for tree is here: http://oldmanprogrammer.net/source.php?dir=projects/tree Backup GIT sites are: https://gitlab.com/OldManProgrammer/unix-tree https://github.com/Old-Man-Programmer/tree Old site for as long as it lasts: http://mama.indstate.edu/users/ice/tree/ ftp://mama.indstate.edu/linux/tree/ " Use http://oldmanprogrammer.net/tar/tree/ for TREE_SITE Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
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://oldmanprogrammer.net/source.php?dir=projects/tree
|
|
|
|
comment "tree needs a toolchain w/ wchar"
|
|
depends on !BR2_USE_WCHAR
|