tftpd: depends on MMU

This package needs MMU. Hence added dependency on BR2_USE_MMU

Fixes:
http://autobuild.buildroot.net/results/3e1/3e16d8c9ae3b77393e082c3dd9b7b3de9aa040c0//

Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yuvaraj Patil 2014-08-13 11:04:03 +05:30 committed by Peter Korsgaard
parent 96527e6d52
commit 3ed56b83c2

View file

@ -1,4 +1,5 @@
config BR2_PACKAGE_TFTPD
bool "tftpd"
depends on BR2_USE_MMU # fork()
help
HPA's Trivial File Transfer Protocol (tftp) server.