From 79ce08bbdc33d1725f5d950736c9f624814b5a03 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sun, 19 Apr 2015 09:40:00 -0300 Subject: packages: remove non-IPv6 dependencies and tweaks Now that IPv6 is mandatory remove package dependencies and conditionals for it. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/gstreamer/gst-plugins-good/Config.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/gstreamer/gst-plugins-good') diff --git a/package/gstreamer/gst-plugins-good/Config.in b/package/gstreamer/gst-plugins-good/Config.in index 6fb1a84c5..70ae9c179 100644 --- a/package/gstreamer/gst-plugins-good/Config.in +++ b/package/gstreamer/gst-plugins-good/Config.in @@ -139,12 +139,8 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPECTRUM bool "spectrum" config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_UDP - depends on BR2_INET_IPV6 bool "udp" -comment "udp needs a toolchain w/ IPv6" - depends on !BR2_INET_IPV6 - config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX bool "videobox" -- cgit v1.2.3