[Buildroot] [git commit] package/rtty: needs MMU

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Mar 24 21:39:49 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=ccdaba3ec6c569869820dabaf4b8ccbf4d6aa4c4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

rtty uses fork(), so add a depends on BR2_USE_MMU

Fixes:

  http://autobuild.buildroot.net/results/ebd483ee87046396db39f966e34f93c3d1123202/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/rtty/Config.in | 1 +
 1 file changed, 1 insertion(+)

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.


More information about the buildroot mailing list