projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d474a77
)
xtables-addons: use a select of kmod-ipt-core instead of depending on it
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Jul 2013 09:58:17 +0000
(09:58 +0000)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/package/network/utils/xtables-addons/Makefile
b/package/network/utils/xtables-addons/Makefile
index 964879e354a2dd507fa87e97c4584dce0bf72d10..d5e29e72e07eadbce24122f4a5eececebee2c0e4 100644
(file)
--- 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)))