You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/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>
6 years ago
..
adb-enablemodem Move enablemodem from ramips to new package adb-enablemodem and make it used also by TL-MR6400 7 years ago
arptables treewide: switch git.netfilter.org to HTTPS 7 years ago
comgt comgt: Install hotplug and netifd files as 600 6 years ago
conntrack-tools add PKG_CPE_ID ids to package and tools 7 years ago
curl curl: noop commit to refer CVEs fixed in 7.62.0 6 years ago
dante dante: disable sched_getscheduler() - not implemented in musl 6 years ago
ebtables ebtables: update to latest git 2018-06-27 6 years ago
ethtool ethtool: update to 4.19 6 years ago
iftop iftop: bump to latest 6 years ago
iperf iperf: allow non-ipv6 builds 6 years ago
iperf3 iperf3: update to 3.6 6 years ago
iproute2 iproute2: update to 4.19.0 6 years ago
ipset ipset: update to 6.38 6 years ago
iptables Revert "iptables: fix dependency for libip6tc on IPV6" 6 years ago
iputils add PKG_CPE_ID ids to package and tools 7 years ago
iw iw: strip a few more non-essential features from iw-tiny 6 years ago
iwcap iwcap: fix handling kill signal during dump 7 years ago
iwinfo iwinfo: update to latest Git HEAD 6 years ago
layerscape/restool layerscape: fix get_device_file() function of restool 6 years ago
linux-atm linux-atm: Install hotplug file as 600 6 years ago
maccalc network/utils/maccalc: drop Build/Prepare rule in favor of default one 8 years ago
nftables nftables: allow to build with json support 6 years ago
owipcalc network/utils/owipcalc: drop Build/Prepare rule in favor of default one 8 years ago
resolveip network/utils/resolveip: drop Build/Prepare rule in favor of default one 8 years ago
rssileds rssileds: Fix build with external toolchains 7 years ago
tcpdump tcpdump: explicitly disable libcap-ng support 6 years ago
umbim treewide: replace LEDE_GIT with PROJECT_GIT 6 years ago
uqmi uqmi: fix variable initilization for timeout handling 6 years ago
wireless-tools wireless-tools: Change download url to github 7 years ago
wpan-tools libs/libnl: Update to 3.3.0 7 years ago
wwan wwan: Fix teardown for sierra_net driver 6 years ago