From: Gustavo Zacarias Date: Fri, 18 Oct 2013 19:45:15 +0000 (-0300) Subject: lxc: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98ab2cb15daedc633f0ddc89dc9a29f14d23c911;p=buildroot.git lxc: needs mmu Fixes: http://autobuild.buildroot.net/results/602/60289dae59650847e6d32c7ab3be7973a86a25c7/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- 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