tftpd: depends on MMU
authorYuvaraj Patil <yuvaraj.patil@wipro.com>
Wed, 13 Aug 2014 05:34:03 +0000 (11:04 +0530)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 14 Aug 2014 08:09:05 +0000 (10:09 +0200)
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>
package/tftpd/Config.in

index 6f5916dbba59db1ee9574deb0d47299c1be9d4cb..609b5d129de919a5208627b8f7e84506058a4eba 100644 (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.