aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-07-19 09:58:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-07-19 09:58:17 +0000
commit7bbe1656cbb7b0a3d5fb13fd35991665c31d0b1b (patch)
tree5679dbbe657b3ae779ae9c6b232209cb8708d107 /package
parentd474a77edfcaa0f25354ea18d56ef7dda076c21b (diff)
downloadupstream-7bbe1656cbb7b0a3d5fb13fd35991665c31d0b1b.tar.gz
upstream-7bbe1656cbb7b0a3d5fb13fd35991665c31d0b1b.tar.bz2
upstream-7bbe1656cbb7b0a3d5fb13fd35991665c31d0b1b.zip
xtables-addons: use a select of kmod-ipt-core instead of depending on it
SVN-Revision: 37425
Diffstat (limited to 'package')
-rw-r--r--package/network/utils/xtables-addons/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/xtables-addons/Makefile b/package/network/utils/xtables-addons/Makefile
index 964879e354..d5e29e72e0 100644
--- a/package/network/utils/xtables-addons/Makefile
+++ b/package/network/utils/xtables-addons/Makefile
@@ -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)))