Config.in 407 B

12345678910111213
  1. config 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. http://oldmanprogrammer.net/source.php?dir=projects/tree
  10. comment "tree needs a toolchain w/ wchar"
  11. depends on !BR2_USE_WCHAR