xref: /OK3568_Linux_fs/buildroot/package/tree/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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://mama.indstate.edu/users/ice/tree/
11
12comment "tree needs a toolchain w/ wchar"
13	depends on !BR2_USE_WCHAR
14