summaryrefslogtreecommitdiff
path: root/package/lxc
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-10-18 16:45:15 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-10-19 23:17:14 +0200
commit98ab2cb15daedc633f0ddc89dc9a29f14d23c911 (patch)
treee1881e03b902539388f7ef5668b253990c5df09d /package/lxc
parent837c3bb3a31e1b439d8e197716b41464e767309f (diff)
lxc: needs mmu
Fixes: http://autobuild.buildroot.net/results/602/60289dae59650847e6d32c7ab3be7973a86a25c7/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lxc')
-rw-r--r--package/lxc/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/lxc/Config.in b/package/lxc/Config.in
index ad463b19a..f8c1fb9e3 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