mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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 <thomas.petazzoni@bootlin.com>
This commit is contained 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.
|
||||
|
||||
Reference in New Issue
Block a user