Config.in 404 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://mama.indstate.edu/users/ice/tree/
  10. comment "tree requires a toolchain with WCHAR support"
  11. depends on !BR2_USE_WCHAR