tn3399_openwrt/package
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
..
base-files base-files: make it possible to specify switch led mode 2018-09-29 17:23:11 +02:00
boot uboot-mxs: bump to v2018.09 2018-11-01 17:16:52 +01:00
devel valgrind: bump to 4.14.0 2018-11-06 16:34:47 +01:00
firmware ipq-wifi: drop custom board-2.bins 2018-11-01 17:16:53 +01:00
kernel mt76: update to the latest version 2018-11-09 15:26:44 +01:00
libs popt: Add main site back to PKG_SOURCE_URL 2018-11-09 08:50:18 +01:00
network Revert "iptables: fix dependency for libip6tc on IPV6" 2018-11-10 18:50:29 +01:00
system procd: update to latest git HEAD 2018-11-08 14:51:33 +01:00
utils package/: fix $(PROJECT_GIT) usage 2018-10-11 08:42:52 +02:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00