From: Nicolas Thill Date: Fri, 18 Dec 2009 19:09:33 +0000 (+0000) Subject: kernel: fix kmod-ipt-iprange (closes: #6187) X-Git-Tag: reboot~21631 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9ca044a009a87179e8ed5f0fb8eaf8f921035722 kernel: fix kmod-ipt-iprange (closes: #6187) SVN-Revision: 18838 --- diff --git a/package/kernel/modules/netfilter.mk b/package/kernel/modules/netfilter.mk index 9c97379abd..1b4c6922aa 100644 --- a/package/kernel/modules/netfilter.mk +++ b/package/kernel/modules/netfilter.mk @@ -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