package/ytree: uses fork(), needs MMU
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>
This commit is contained in:
parent
ed58eabb83
commit
da33c130e3
@ -1,5 +1,6 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user