summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-02-16 15:14:13 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-20 22:25:44 +0100
commit6a27508ffb2c9d4821e5ec08c5f616a62b669001 (patch)
tree8eb6276228286cc08a544ebd15cf80426b354101 /package/iptables
parente36f0881bd8aa4b3889c9b68b2976ca873603b20 (diff)
downloadbuildroot-6a27508ffb2c9d4821e5ec08c5f616a62b669001.tar.gz
buildroot-6a27508ffb2c9d4821e5ec08c5f616a62b669001.zip
Revert "package/iptables: nfsynproxy not available on musl"
This reverts commit 497f15b301273cd81e54b4fcc5da6ab90e27796c. As the comment says, musl version 1.1.13 contains commit 53f41fb568ae4. Buildroot now ships musl version 1.1.16, so enable build with musl. Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/iptables/Config.in b/package/iptables/Config.in
index cdcd1c2893..e6b12603e0 100644
--- a/package/iptables/Config.in
+++ b/package/iptables/Config.in
@@ -9,10 +9,6 @@ if BR2_PACKAGE_IPTABLES
config BR2_PACKAGE_IPTABLES_BPF_NFSYNPROXY
bool "bpfc and nfsynproxy"
- # this dependency can be removed when using a musl version
- # containing this commit:
- # http://git.musl-libc.org/cgit/musl/commit/?id=53f41fb568ae43034c9876cc9bd3961fd6d13671
- depends on !BR2_TOOLCHAIN_USES_MUSL
select BR2_PACKAGE_LIBPCAP
help
Build bpf compiler and nfsynproxy configuration tool.
OpenPOWER on IntegriCloud