openwrtv3/package/network/utils
Petr Štetiar 1b4b942bce Revert "iptables: fix dependency for libip6tc on IPV6"
This patch reverts commit 2dc1f54b12 as it
breaks the build for me on x86-64 if I've IPV6 support disabled. Same config
builds fine on `openwrt-18.06` branch at 55d078b2.

  $ grep IPV6 .config

  # CONFIG_KERNEL_IPV6 is not set
  # CONFIG_IPV6 is not set

Build errors out on:

  Package libiptc is missing dependencies for the following libraries:
  libip6tc.so.0

Looking at iptables-1.6.2/libiptc/Makefile.am:

  libiptc_la_LIBADD   = libip4tc.la libip6tc.la

and to iptables-1.6.2/libiptc/libiptc.pc.in:

  Requires:	libip4tc libip6tc

It seems that libiptc needs v4/v6 libs, so v6 isn't optional.

Cc: Rosy Song <rosysong@rosinson.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2018-11-10 18:50:29 +01:00
..
adb-enablemodem Move enablemodem from ramips to new package adb-enablemodem and make it used also by TL-MR6400 2017-05-27 07:54:40 +02:00
arptables treewide: switch git.netfilter.org to HTTPS 2017-10-08 21:10:36 +03:00
comgt comgt: Install hotplug and netifd files as 600 2018-10-11 08:06:28 +02:00
conntrack-tools add PKG_CPE_ID ids to package and tools 2017-11-17 02:24:35 +01:00
curl curl: noop commit to refer CVEs fixed in 7.62.0 2018-11-02 13:16:13 +01:00
dante dante: disable sched_getscheduler() - not implemented in musl 2018-09-24 19:04:47 +02:00
ebtables ebtables: update to latest git 2018-06-27 2018-07-02 17:33:55 +02:00
ethtool ethtool: update to 4.19 2018-11-10 13:44:09 +01:00
iftop iftop: bump to latest 2018-04-27 09:59:28 +02:00
iperf iperf: allow non-ipv6 builds 2018-11-03 02:36:24 +01:00
iperf3 iperf3: update to 3.6 2018-06-26 08:57:25 +02:00
iproute2 iproute2: update to 4.19.0 2018-11-08 11:09:13 +01:00
ipset ipset: update to 6.38 2018-10-04 13:15:22 +02:00
iptables Revert "iptables: fix dependency for libip6tc on IPV6" 2018-11-10 18:50:29 +01:00
iputils add PKG_CPE_ID ids to package and tools 2017-11-17 02:24:35 +01:00
iw iw: strip a few more non-essential features from iw-tiny 2018-10-07 12:45:41 +02:00
iwcap iwcap: fix handling kill signal during dump 2017-03-14 13:29:03 +01:00
iwinfo iwinfo: update to latest Git HEAD 2018-07-31 20:40:33 +02:00
layerscape/restool layerscape: fix get_device_file() function of restool 2018-09-22 21:20:58 +02:00
linux-atm linux-atm: Install hotplug file as 600 2018-10-11 08:06:35 +02:00
maccalc network/utils/maccalc: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
nftables nftables: allow to build with json support 2018-08-01 11:25:04 +02:00
owipcalc network/utils/owipcalc: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
resolveip network/utils/resolveip: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
rssileds rssileds: Fix build with external toolchains 2017-03-01 17:19:52 -08:00
tcpdump tcpdump: explicitly disable libcap-ng support 2018-07-30 23:27:55 +03:00
umbim treewide: replace LEDE_GIT with PROJECT_GIT 2018-01-10 21:27:32 +01:00
uqmi uqmi: fix variable initilization for timeout handling 2018-10-12 09:36:05 +02:00
wireless-tools wireless-tools: Change download url to github 2017-02-28 20:22:10 +01:00
wpan-tools libs/libnl: Update to 3.3.0 2017-10-15 00:24:22 +02:00
wwan wwan: Fix teardown for sierra_net driver 2018-07-27 11:17:20 +02:00