projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e755935
)
iptables: revert r40916
author
John Crispin
<john@openwrt.org>
Fri, 10 Apr 2015 08:31:06 +0000
(08:31 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 10 Apr 2015 08:31:06 +0000
(08:31 +0000)
it causes problems with newer iptables when ipv6 is disabled as iptc uncoditionally links ip6tc
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45350
package/network/utils/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iptables/Makefile
b/package/network/utils/iptables/Makefile
index c749a33ac9b8e923ec8d9c354e5505722175506e..ab21b41fdab73b0e03d3f0faf6ec75097ffee006 100644
(file)
--- a/
package/network/utils/iptables/Makefile
+++ b/
package/network/utils/iptables/Makefile
@@
-393,7
+393,7
@@
define Package/libiptc
$(call Package/iptables/Default)
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libip4tc +
IPV6:
libip6tc
+ DEPENDS:=+libip4tc +libip6tc
TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
endef