projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11f5bc
)
ipset: select kmod-ipt-core to avoid recursive dependency issues (kmod-nfnetlink...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 01:50:49 +0000
(
01:50
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 01:50:49 +0000
(
01:50
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32188
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/ipset/Makefile
patch
|
blob
|
history
diff --git
a/net/ipset/Makefile
b/net/ipset/Makefile
index
ea6e9d8
..
3bdccca
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