lxc: add configuration section

Signed-off-by: Luka Perkov <luka@openwrt.org>
This commit is contained in:
Luka Perkov
2014-09-10 14:39:17 +02:00
parent 34fd74553a
commit 1614bed10b
2 changed files with 20 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
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