netfilter: fix typo

This commit is contained in:
CN_SZTL 2020-02-26 18:11:34 +08:00
parent bead148316
commit 899b8781ad
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -514,7 +514,7 @@ define KernelPackage/ipt-bandwidth
KCONFIG:=$(KCONFIG_IPT_BANDWIDTH)
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/*bandwidth*.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_BANDWIDTH-m)))
DEPENDS:= kmod-ipt-core
DEPENDS:= kmod-ipt-core
endef
$(eval $(call KernelPackage,ipt-bandwidth))
@ -525,7 +525,7 @@ define KernelPackage/ipt-timerange
KCONFIG:=$(KCONFIG_IPT_TIMERANGE)
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/*timerange*.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_TIMERANGE-m)))
DEPENDS:= kmod-ipt-core
DEPENDS:= kmod-ipt-core
endef
$(eval $(call KernelPackage,ipt-timerange))
@ -536,7 +536,7 @@ define KernelPackage/ipt-webmon
KCONFIG:=$(KCONFIG_IPT_WEBMON)
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/*webmon*.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_WEBMON-m)))
DEPENDS:= kmod-ipt-core
DEPENDS:= kmod-ipt-core
endef
$(eval $(call KernelPackage,ipt-webmon))
@ -547,7 +547,7 @@ define KernelPackage/ipt-weburl
KCONFIG:=$(KCONFIG_IPT_WEBURL)
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/*weburl*.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_WEBURL-m)))
DEPENDS:= kmod-ipt-core
DEPENDS:= kmod-ipt-core
endef
$(eval $(call KernelPackage,ipt-weburl))