xtables-addons: use a select of kmod-ipt-core instead of depending on it

SVN-Revision: 37425
owl
Jo-Philipp Wich 2013-07-19 09:58:17 +00:00
parent d474a77edf
commit 7bbe1656cb
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ define BuildTemplate
define KernelPackage/ipt-$(1) define KernelPackage/ipt-$(1)
SUBMENU:=Netfilter Extensions SUBMENU:=Netfilter Extensions
TITLE:=$(2) netfilter module TITLE:=$(2) netfilter module
DEPENDS:=kmod-ipt-core $(6) DEPENDS:=+kmod-ipt-core $(6)
KCONFIG:=$(7) KCONFIG:=$(7)
FILES:=$(foreach mod,$(4),$(PKG_BUILD_DIR)/extensions/$(mod).$(LINUX_KMOD_SUFFIX)) FILES:=$(foreach mod,$(4),$(PKG_BUILD_DIR)/extensions/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,$(5),$(notdir $(4))) AUTOLOAD:=$(call AutoLoad,$(5),$(notdir $(4)))