projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
557bb37
)
ipset: remove dependency on iptables-mod-ipset - technically it does not depend on...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 21 May 2013 13:00:28 +0000
(13:00 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 21 May 2013 13:00:28 +0000
(13:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36685
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/utils/ipset/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/ipset/Makefile
b/package/network/utils/ipset/Makefile
index
fd48a5d
..
d53b044
100644
(file)
--- a/
package/network/utils/ipset/Makefile
+++ b/
package/network/utils/ipset/Makefile
@@
-31,7
+31,7
@@
define Package/ipset
$(call Package/ipset/Default)
SECTION:=net
CATEGORY:=Network
- DEPENDS+= +
iptables-mod-ipset +
kmod-ipt-ipset +libmnl
+ DEPENDS+= +kmod-ipt-ipset +libmnl
TITLE:=IPset administration utility
URL:=http://ipset.netfilter.org/
endef