From: Thomas Petazzoni Date: Tue, 24 Mar 2020 21:39:49 +0000 (+0100) Subject: package/rtty: needs MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccdaba3ec6c569869820dabaf4b8ccbf4d6aa4c4;p=buildroot.git package/rtty: needs MMU rtty uses fork(), so add a depends on BR2_USE_MMU Fixes: http://autobuild.buildroot.net/results/ebd483ee87046396db39f966e34f93c3d1123202/ Signed-off-by: Thomas Petazzoni --- diff --git a/package/rtty/Config.in b/package/rtty/Config.in index badb329d3e..198d465713 100644 --- a/package/rtty/Config.in +++ b/package/rtty/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_RTTY bool "rtty" + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_LIBEV help Access your device's terminal from anywhere via the web.