diff options
Diffstat (limited to 'package/lxc/Config.in')
-rw-r--r-- | package/lxc/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/lxc/Config.in b/package/lxc/Config.in new file mode 100644 index 0000000000..5e6e20815e --- /dev/null +++ b/package/lxc/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_LXC + bool "lxc" + select BR2_PACKAGE_LIBCAP + depends on BR2_INET_IPV6 + depends on BR2_TOOLCHAIN_HAS_THREADS + help + Linux Containers (LXC), provides the ability to group and isolate + of a set of processes in a jail by virtualizing and accounting the + kernel resources. It is similar to Linux-Vserver or Openvz. + + http://lxc.sourceforge.net/ + +comment "lxc requires a toolchain with IPv6 and thread support" + depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS |