Commit 3ed56b83 authored by Yuvaraj Patil's avatar Yuvaraj Patil Committed by Peter Korsgaard
Browse files

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: default avatarYuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 96527e6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_TFTPD
	bool "tftpd"
	depends on BR2_USE_MMU # fork()
	help
	  HPA's Trivial File Transfer Protocol (tftp) server.