index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
package
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Florian Fainelli <florian@openwrt.org>
2010-07-31 11:53:27 +0000
committer
Florian Fainelli <florian@openwrt.org>
2010-07-31 11:53:27 +0000
commit
d768b7538e9f610a50fed0b3f66f8b4b49a13e8d
(
patch
)
tree
2d1c35ba28f9002194c6a19a450f17769d0a1e2e
/
package
parent
cb4dcc9c0d6b79493da635410b75d32865b69914
(
diff
)
remove iptables libipq dependency, thanks jow
SVN-Revision: 22438
Diffstat
(limited to 'package')
-rw-r--r--
package/iptables/Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 2c5c145bec..f9c96adbdf 100644
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@ -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