mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-03 21:32:58 +00:00
ipset: remove dependency on iptables-mod-ipset - technically it does not depend on it and the iptables matches are now part of the base
SVN-Revision: 36685
This commit is contained in:
parent
9b6c31d4cc
commit
6eec8009ba
@ -31,7 +31,7 @@ define Package/ipset
|
|||||||
$(call Package/ipset/Default)
|
$(call Package/ipset/Default)
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS+= +iptables-mod-ipset +kmod-ipt-ipset +libmnl
|
DEPENDS+= +kmod-ipt-ipset +libmnl
|
||||||
TITLE:=IPset administration utility
|
TITLE:=IPset administration utility
|
||||||
URL:=http://ipset.netfilter.org/
|
URL:=http://ipset.netfilter.org/
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user