projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4dcc9
)
remove iptables libipq dependency, thanks jow
author
Florian Fainelli
<florian@openwrt.org>
Sat, 31 Jul 2010 11:53:27 +0000
(11:53 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 31 Jul 2010 11:53:27 +0000
(11:53 +0000)
SVN-Revision: 22438
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index 2c5c145bec54e549258bb8ef81639ce9af6f53e2..f9c96adbdfb85de2442954a01956be863f0b84d9 100644
(file)
--- 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