From e111e0eb8c0bb85e42ed1192505ecec6893d2ada Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 15 Jul 2014 12:52:39 -0300 Subject: [PATCH] polarssl: programs need MMU Fixes: http://autobuild.buildroot.net/results/b53/b535dfda85c8a25c5192c4be7540c4e852fce717/ Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/polarssl/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/polarssl/Config.in b/package/polarssl/Config.in index 70cde57ffb..90788d8f89 100644 --- a/package/polarssl/Config.in +++ b/package/polarssl/Config.in @@ -17,6 +17,7 @@ if BR2_PACKAGE_POLARSSL config BR2_PACKAGE_POLARSSL_PROGRAMS bool "polarssl programs" + depends on BR2_USE_MMU # fork() help This option enables the installation and the build of PolarSSL companion programs: aescrypt2, benchmark, cert_app,