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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37425 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2013-07-19 09:58:17 +00:00
parent 8101167ca4
commit a7a9911bba
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)))