xtables-addons: use a select of kmod-ipt-core instead of depending on it
SVN-Revision: 37425
This commit is contained in:
parent
d474a77edf
commit
7bbe1656cb
@ -97,7 +97,7 @@ define BuildTemplate
|
||||
define KernelPackage/ipt-$(1)
|
||||
SUBMENU:=Netfilter Extensions
|
||||
TITLE:=$(2) netfilter module
|
||||
DEPENDS:=kmod-ipt-core $(6)
|
||||
DEPENDS:=+kmod-ipt-core $(6)
|
||||
KCONFIG:=$(7)
|
||||
FILES:=$(foreach mod,$(4),$(PKG_BUILD_DIR)/extensions/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||
AUTOLOAD:=$(call AutoLoad,$(5),$(notdir $(4)))
|
||||
|
Loading…
Reference in New Issue
Block a user