udpcast: needs mmu

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2013-10-09 17:25:42 -03:00 committed by Peter Korsgaard
parent 846bc0cf3f
commit 3bccd260fa
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_UDPCAST
bool "udpcast"
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
help
A multicast protocol implementation which happens to
be very handy for imaging drives over the network.