2013-02-12 12:21:26 +01:00
|
|
|
config BR2_PACKAGE_LXC
|
|
|
|
bool "lxc"
|
|
|
|
select BR2_PACKAGE_LIBCAP
|
|
|
|
depends on BR2_INET_IPV6
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-11-20 10:43:18 +01:00
|
|
|
depends on BR2_LARGEFILE
|
2013-10-18 21:45:15 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-11-20 11:19:07 +01:00
|
|
|
depends on !BR2_avr32 # no timerfd
|
2014-02-12 19:28:29 +01:00
|
|
|
depends on !BR2_nios2 # the toolchain doesn't support setns syscall
|
2013-02-12 12:21:26 +01:00
|
|
|
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.
|
|
|
|
|
2014-07-04 15:35:31 +02:00
|
|
|
https://linuxcontainers.org/
|
2013-02-12 12:21:26 +01:00
|
|
|
|
2013-11-20 10:43:18 +01:00
|
|
|
comment "lxc needs a toolchain w/ IPv6, threads, largefile"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-11-20 11:19:07 +01:00
|
|
|
depends on !BR2_avr32 # no timerfd
|
2014-02-12 19:28:29 +01:00
|
|
|
depends on !BR2_nios2 # the toolchain doesn't support setns syscall
|
2013-11-20 10:43:18 +01:00
|
|
|
depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE
|