From: Gustavo Zacarias Date: Mon, 3 Jun 2013 03:04:59 +0000 (+0000) Subject: aespipe: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e1ec378b32486c27bdd69589a493ed79dac2708;p=buildroot.git aespipe: needs mmu Fixes: http://autobuild.buildroot.net/results/9f3/9f3f85a024791cdc6b10e3e40cf41707eb074447/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/aespipe/Config.in b/package/aespipe/Config.in index ccc94c2a0c..df99523be2 100644 --- a/package/aespipe/Config.in +++ b/package/aespipe/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_AESPIPE bool "aespipe" + depends on BR2_USE_MMU # fork() help aespipe program is AES encrypting or decrypting pipe. It reads from standard input and writes to standard output. It can be used to