From cdb36b7846f85881faa142c9456ed493b17886e2 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 22 Mar 2021 22:36:08 +0800 Subject: [PATCH] iptables: remove dummy cgroup package Signed-off-by: Tianling Shen --- package/network/utils/iptables/Makefile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 7e00beefdd..7e524414b5 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -169,19 +169,6 @@ Includes support for: endef -define Package/iptables-mod-cgroup -$(call Package/iptables/Module, +kmod-ipt-extra) - TITLE:=cgroup extension - endef - -define Package/iptables-mod-cgroup/description -iptables extension for cgroup support. - - Matches: - - cgroup - -endef - define Package/iptables-mod-imq $(call Package/iptables/Module, +kmod-ipt-imq) TITLE:=IMQ support