2019-09-04 23:21:17 +02:00
|
|
|
config BR2_PACKAGE_YTREE
|
|
|
|
bool "ytree"
|
2019-09-19 22:02:57 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # re_comp/re_exec
|
2019-09-19 21:52:00 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2019-09-04 23:21:17 +02:00
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
help
|
|
|
|
Ytree - a (curses-based) file manager similar to DOS Xtree(tm)
|
|
|
|
|
|
|
|
https://www.han.de/~werner/ytree.html
|
2019-09-19 22:02:57 +02:00
|
|
|
|
|
|
|
comment "ytree needs a glibc or uClibc toolchain"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_TOOLCHAIN_USES_MUSL
|