netfilter: fix typo
This commit is contained in:
parent
bead148316
commit
899b8781ad
@ -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))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user