cgroup: update description
This commit is contained in:
parent
a9e0831728
commit
e5cfc29192
@ -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))
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user