From 5e4114ec08344abda2d98d74aa95210c52bef535 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 27 Apr 2023 19:21:26 +0800 Subject: [PATCH] cgroupfs-mount: default enable docker/lxc mount --- utils/cgroupfs-mount/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/cgroupfs-mount/Makefile b/utils/cgroupfs-mount/Makefile index 40facab5..2d84aa7b 100644 --- a/utils/cgroupfs-mount/Makefile +++ b/utils/cgroupfs-mount/Makefile @@ -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