Browse Source

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

SVN-Revision: 37425
Jo-Philipp Wich 12 years ago
parent
commit
7bbe1656cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/utils/xtables-addons/Makefile

+ 1 - 1
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)))