summaryrefslogtreecommitdiff
path: root/package/shellinabox
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-07 10:36:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-07 10:36:03 +0200
commitcc2be0b2566a1a56c2a6c420f8dae8d40ec44b91 (patch)
treee68b0173fa650c4b2da6ba839c47cf3d92028432 /package/shellinabox
parent3991b22121b7a0f26753ecc2c3ec7877978dd0ec (diff)
shellinabox: needs MMU support
Fixes: http://autobuild.buildroot.net/results/609ec63d36e235581fe0388c0e1102362743d5b2/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/shellinabox')
-rw-r--r--package/shellinabox/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/shellinabox/Config.in b/package/shellinabox/Config.in
index b349ef34b..10c492c9d 100644
--- a/package/shellinabox/Config.in
+++ b/package/shellinabox/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_SHELLINABOX
bool "shellinabox"
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help