xtables-addons: use a select of kmod-ipt-core instead of depending on it
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Jul 2013 09:58:17 +0000 (09:58 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Jul 2013 09:58:17 +0000 (09:58 +0000)
SVN-Revision: 37425

package/network/utils/xtables-addons/Makefile

index 964879e354a2dd507fa87e97c4584dce0bf72d10..d5e29e72e07eadbce24122f4a5eececebee2c0e4 100644 (file)
@@ -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)))