da33c130e3
Fixes [1]: login.c:(.text+0x546): undefined reference to `fork' [1] http://autobuild.buildroot.net/results/bcbd0b826d5af1d429c23255d63dce6c7080085e Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
config BR2_PACKAGE_YTREE
|
|
bool "ytree"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Ytree - a (curses-based) file manager similar to DOS Xtree(tm)
|
|
|
|
https://www.han.de/~werner/ytree.html
|