cgroup: update description

This commit is contained in:
CN_SZTL 2020-02-01 05:05:44 +08:00
parent a9e0831728
commit e5cfc29192
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 8 additions and 2 deletions

View File

@ -460,13 +460,19 @@ $(eval $(call KernelPackage,ipt-nat))
define KernelPackage/ipt-cgroup
SUBMENU:=$(NF_MENU)
TITLE:=cgroup
TITLE:=cgroup netfilter module
KCONFIG:=$(KCONFIG_IPT_CGROUP)
FILES:=$(LINUX_DIR)/net/netfilter/*cgroup*.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,$(notdir $(IPT_CGROUP-m)))
DEPENDS:= kmod-ipt-core
endef
define KernelPackage/ipt-cgroup
Kernel support for cgroup netfilter module
Include:
- cgroup
endef
$(eval $(call KernelPackage,ipt-cgroup))

View File

@ -171,7 +171,7 @@ endef
define Package/iptables-mod-cgroup
$(call Package/iptables/Module, +kmod-ipt-cgroup)
TITLE:=cgroup support
TITLE:=cgroup extension
endef
define Package/iptables-mod-cgroup/description