kernel/netfilter: drop outdated gargoyle modules
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
27a69f4f11
commit
22968f00c6
@ -469,50 +469,6 @@ endef
|
||||
$(eval $(call KernelPackage,ipt-raw))
|
||||
|
||||
|
||||
define KernelPackage/ipt-bandwidth
|
||||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=bandwidth
|
||||
KCONFIG:=$(KCONFIG_IPT_BANDWIDTH)
|
||||
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/*bandwidth*.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_BANDWIDTH-m)))
|
||||
DEPENDS:=@!LINUX_5_4 +kmod-ipt-core
|
||||
endef
|
||||
$(eval $(call KernelPackage,ipt-bandwidth))
|
||||
|
||||
|
||||
define KernelPackage/ipt-timerange
|
||||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=timerange
|
||||
KCONFIG:=$(KCONFIG_IPT_TIMERANGE)
|
||||
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/*timerange*.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_TIMERANGE-m)))
|
||||
DEPENDS:=@!LINUX_5_4 +kmod-ipt-core
|
||||
endef
|
||||
$(eval $(call KernelPackage,ipt-timerange))
|
||||
|
||||
|
||||
define KernelPackage/ipt-webmon
|
||||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=webmon
|
||||
KCONFIG:=$(KCONFIG_IPT_WEBMON)
|
||||
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/*webmon*.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_WEBMON-m)))
|
||||
DEPENDS:=@!LINUX_5_4 +kmod-ipt-core
|
||||
endef
|
||||
$(eval $(call KernelPackage,ipt-webmon))
|
||||
|
||||
|
||||
define KernelPackage/ipt-weburl
|
||||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=weburl
|
||||
KCONFIG:=$(KCONFIG_IPT_WEBURL)
|
||||
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/*weburl*.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_WEBURL-m)))
|
||||
DEPENDS:=@!LINUX_5_4 +kmod-ipt-core
|
||||
endef
|
||||
$(eval $(call KernelPackage,ipt-weburl))
|
||||
|
||||
|
||||
define KernelPackage/ipt-raw6
|
||||
TITLE:=Netfilter IPv6 raw table support
|
||||
DEPENDS:=@IPV6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user