Re: [OpenWrt-Devel] [PATCH] [packages] iptables: Makefile: only build ip6tc, if IPv6 is enabled

2014-05-21 Thread Bastian Bittorf
* Bastian Bittorf bitt...@bluebottle.com [25.04.2014 15:51]: without this patch the build breaks at iptables to make it a bit cleaer: when trying to build without IPv6: # CONFIG_IPV6 is not set # CONFIG_PACKAGE_6relayd is not set # CONFIG_PACKAGE_odhcp6c is not set # CONFIG_PACKAGE_odhcpd is

[OpenWrt-Devel] [PATCH] [packages] iptables: Makefile: only build ip6tc, if IPv6 is enabled

2014-04-25 Thread Bastian Bittorf
without this patch the build breaks at iptables Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/network/utils/iptables/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils/iptables/Makefile