mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[package] kernel: fix kmod-ipt-iprange (closes: #6187)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18838 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3f7cccc322
commit
aa543581d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user