projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fadcc86
)
ipset: select kmod-ipt-core to avoid recursive dependency issues (kmod-nfnetlink...
author
Felix Fietkau
<
[email protected]
>
Mon, 11 Jun 2012 01:50:49 +0000
(
01:50
+0000)
committer
Felix Fietkau
<
[email protected]
>
Mon, 11 Jun 2012 01:50:49 +0000
(
01:50
+0000)
SVN-Revision: 32188
net/ipset/Makefile
patch
|
blob
|
history
diff --git
a/net/ipset/Makefile
b/net/ipset/Makefile
index ea6e9d87e5ed283df0509a82e7ee80d8aa0bc8d3..3bdccca4e95f924e6ab2c06ecef7f51e4fc59bd7 100644
(file)
--- a/
net/ipset/Makefile
+++ b/
net/ipset/Makefile
@@
-71,7
+71,7
@@
define KernelPackage/ipt-ipset
$(call Package/ipset/Default)
SUBMENU:=Netfilter Extensions
TITLE:=IPset netfilter modules
- DEPENDS+= kmod-ipt-core +kmod-nfnetlink
+ DEPENDS+=
+
kmod-ipt-core +kmod-nfnetlink
FILES:=$(foreach mod,$(IPSET_MODULES),$(PKG_BUILD_DIR)/kernel/net/netfilter/$(mod).ko)
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPSET_MODULES)))
endef