mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 08:09:23 +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
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cgroupfs-mount
|
PKG_NAME:=cgroupfs-mount
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/tianon/$(PKG_NAME)
|
PKG_SOURCE_URL:=https://github.com/tianon/$(PKG_NAME)
|
||||||
@ -17,7 +17,7 @@ define Package/cgroupfs-mount/config
|
|||||||
config CGROUPFS_MOUNT_KERNEL_CGROUPS
|
config CGROUPFS_MOUNT_KERNEL_CGROUPS
|
||||||
bool "Enable kernel cgroups support"
|
bool "Enable kernel cgroups support"
|
||||||
depends on PACKAGE_cgroupfs-mount
|
depends on PACKAGE_cgroupfs-mount
|
||||||
default y if ( DOCKER_KERNEL_OPTIONS || LXC_KERNEL_OPTIONS )
|
default y
|
||||||
select KERNEL_CGROUPS
|
select KERNEL_CGROUPS
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user