summaryrefslogtreecommitdiffstats
path: root/package/lxc/Config.in
blob: f8c1fb9e31125389180215aec894d0321d1e3a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_LXC
	bool "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
	  kernel resources. It is similar to Linux-Vserver or Openvz.

	  http://lxc.sourceforge.net/

comment "lxc needs a toolchain w/ IPv6, threads"
	depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS