1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:11:59 +03:00

[package] remove iptables libipq dependency, thanks jow

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22438 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-07-31 11:53:27 +00:00
parent 90bc0986bb
commit cfbe1dd522

View File

@ -44,7 +44,7 @@ define Package/iptables
$(call Package/iptables/Default)
TITLE:=IPv4 firewall administration tool
MENU:=1
DEPENDS+= +kmod-ipt-core +libiptc +libxtables +libipq
DEPENDS+= +kmod-ipt-core +libiptc +libxtables
endef
define Package/iptables/description