mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
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:
committed by
Peter Korsgaard
parent
96527e6d52
commit
3ed56b83c2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user