netfilter: drop kmod-ipt-cgroup
This was included in ipt-extra already. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
58dec7650a
commit
c9140f402c
@ -152,9 +152,6 @@ $(eval $(call nf_add,IPT_IPSEC,CONFIG_NETFILTER_XT_MATCH_POLICY, $(P_XT)xt_polic
|
||||
# flow offload support
|
||||
$(eval $(call nf_add,IPT_FLOW,CONFIG_NETFILTER_XT_TARGET_FLOWOFFLOAD, $(P_XT)xt_FLOWOFFLOAD))
|
||||
|
||||
# cgroup
|
||||
$(eval $(call nf_add,IPT_CGROUP,CONFIG_NETFILTER_XT_MATCH_CGROUP, $(P_XT)xt_cgroup))
|
||||
|
||||
# IPv6
|
||||
|
||||
# kernel only
|
||||
|
||||
@ -457,23 +457,6 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,ipt-nat))
|
||||
|
||||
define KernelPackage/ipt-cgroup
|
||||
SUBMENU:=$(NF_MENU)
|
||||
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
|
||||
|
||||
$(eval $(call KernelPackage,ipt-cgroup))
|
||||
|
||||
define KernelPackage/ipt-cgroup/description
|
||||
Kernel support for cgroup netfilter module
|
||||
Include:
|
||||
- cgroup
|
||||
endef
|
||||
|
||||
define KernelPackage/ipt-raw
|
||||
TITLE:=Netfilter IPv4 raw table support
|
||||
KCONFIG:=CONFIG_IP_NF_RAW
|
||||
|
||||
@ -170,7 +170,7 @@ Includes support for:
|
||||
endef
|
||||
|
||||
define Package/iptables-mod-cgroup
|
||||
$(call Package/iptables/Module, +kmod-ipt-cgroup)
|
||||
$(call Package/iptables/Module, +kmod-ipt-extra)
|
||||
TITLE:=cgroup extension
|
||||
endef
|
||||
|
||||
@ -694,7 +694,7 @@ $(eval $(call BuildPlugin,iptables-mod-conntrack-label,$(IPT_CONNTRACK_LABEL-m))
|
||||
$(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
|
||||
$(eval $(call BuildPlugin,iptables-mod-physdev,$(IPT_PHYSDEV-m)))
|
||||
$(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m)))
|
||||
$(eval $(call BuildPlugin,iptables-mod-cgroup,$(IPT_CGROUP-m)))
|
||||
$(eval $(call BuildPlugin,iptables-mod-cgroup,$(IPT_EXTRA-m)))
|
||||
$(eval $(call BuildPlugin,iptables-mod-imq,$(IPT_IMQ-m)))
|
||||
$(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
|
||||
$(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user