projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09eb477
)
[package] kernel: fix kmod-ipt-iprange (closes: #6187)
author
Nicolas Thill
<nico@openwrt.org>
Fri, 18 Dec 2009 19:09:33 +0000
(19:09 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 18 Dec 2009 19:09:33 +0000
(19:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18838
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netfilter.mk
b/package/kernel/modules/netfilter.mk
index
9c97379
..
1b4c692
100644
(file)
--- 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