mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 18:54:30 +04:00
16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_lxc
|
|
|
|
config LXC_KERNEL_OPTIONS
|
|
bool "Enable kernel support for LXC"
|
|
default n
|
|
select KERNEL_CGROUPS
|
|
select KERNEL_NAMESPACES
|
|
select KERNEL_LXC_MISC
|
|
help
|
|
Select needed kernel options for LXC related utilities. Options
|
|
include cgroups, namespaces and other miscellaneous options. These
|
|
options unfortunately can not be installed as a module.
|
|
|
|
endmenu
|