kernel: fix kmod-ipt-iprange (closes: #6187)

SVN-Revision: 18838
This commit is contained in:
Nicolas Thill 2009-12-18 19:09:33 +00:00
parent ac695f35fa
commit 9ca044a009

View file

@ -286,6 +286,7 @@ $(eval $(call KernelPackage,ipt-ulog))
define KernelPackage/ipt-iprange
SUBMENU:=$(NF_MENU)
TITLE:=Module for matching ip ranges
KCONFIG:=$(KCONFIG_IPT_IPRANGE)
FILES:=$(foreach mod,$(IPT_IPRANGE-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_IPRANGE-m)))
DEPENDS:= kmod-ipt-core