mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
cgroupfs-mount: default enable docker/lxc mount
This commit is contained in:
parent
d9b86c7003
commit
5e4114ec08
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=cgroupfs-mount
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/tianon/$(PKG_NAME)
|
||||
@ -17,7 +17,7 @@ define Package/cgroupfs-mount/config
|
||||
config CGROUPFS_MOUNT_KERNEL_CGROUPS
|
||||
bool "Enable kernel cgroups support"
|
||||
depends on PACKAGE_cgroupfs-mount
|
||||
default y if ( DOCKER_KERNEL_OPTIONS || LXC_KERNEL_OPTIONS )
|
||||
default y
|
||||
select KERNEL_CGROUPS
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user