From 98ab2cb15daedc633f0ddc89dc9a29f14d23c911 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 18 Oct 2013 16:45:15 -0300 Subject: [PATCH] lxc: needs mmu Fixes: http://autobuild.buildroot.net/results/602/60289dae59650847e6d32c7ab3be7973a86a25c7/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/lxc/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/lxc/Config.in b/package/lxc/Config.in index ad463b19a3..f8c1fb9e31 100644 --- a/package/lxc/Config.in +++ b/package/lxc/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_LXC select BR2_PACKAGE_LIBCAP depends on BR2_INET_IPV6 depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU # fork() help Linux Containers (LXC), provides the ability to group and isolate of a set of processes in a jail by virtualizing and accounting the -- 2.30.2