1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

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

SVN-Revision: 37425
This commit is contained in:
Jo-Philipp Wich 2013-07-19 09:58:17 +00:00
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)))