From: Axel Lin Date: Fri, 27 Sep 2013 08:19:19 +0000 (+0800) Subject: xinetd: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ce1fb3d25ab423c44525e1ae84505713830fa05;p=buildroot.git xinetd: needs mmu Signed-off-by: Axel Lin Signed-off-by: Peter Korsgaard --- diff --git a/package/xinetd/Config.in b/package/xinetd/Config.in index 76fe603547..7f3575cedb 100644 --- a/package/xinetd/Config.in +++ b/package/xinetd/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_XINETD bool "xinetd" + depends on BR2_USE_MMU # fork() help xinetd is a secure replacement for inetd. It was originally written by panos@cs.colorado.edu.