mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
dockerd: remove cgroupfs-mount dependency
The package `cgroupfs-mount` has been removed. Signed-off-by: Wesley Gimenes <wehagy@proton.me>
This commit is contained in:
committed by
Wesley Gimenes
parent
3f06a3b775
commit
7de0c8799b
@@ -15,7 +15,6 @@ config DOCKER_CGROUP_OPTIONS
|
|||||||
select KERNEL_CGROUP_FREEZER
|
select KERNEL_CGROUP_FREEZER
|
||||||
select KERNEL_NET_CLS_CGROUP
|
select KERNEL_NET_CLS_CGROUP
|
||||||
select KERNEL_CGROUP_NET_PRIO
|
select KERNEL_CGROUP_NET_PRIO
|
||||||
select PACKAGE_cgroupfs-mount
|
|
||||||
help
|
help
|
||||||
Selects kernel options to enable CGroups V1.
|
Selects kernel options to enable CGroups V1.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=dockerd
|
PKG_NAME:=dockerd
|
||||||
PKG_VERSION:=27.3.1
|
PKG_VERSION:=27.3.1
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user