11 lines
318 B
Plaintext
11 lines
318 B
Plaintext
config BR2_PACKAGE_CGROUPFS_V2_MOUNT
|
|
bool "cgroupfs-v2-mount"
|
|
depends on !BR2_INIT_SYSTEMD
|
|
depends on !BR2_PACKAGE_CGROUPFS_MOUNT
|
|
help
|
|
Mount the cgroup v2 hierarchy filesystem.
|
|
|
|
comment "cgroupfs-v2-mount is incompatible with cgroupfs-mount"
|
|
depends on !BR2_INIT_SYSTEMD
|
|
depends on BR2_PACKAGE_CGROUPFS_MOUNT
|