From 5fb844a9d19930a198d13882c187d100adeeb611 Mon Sep 17 00:00:00 2001 From: Andreas Ziegler Date: Sat, 14 Mar 2026 07:18:33 +0100 Subject: [PATCH] package/mpd: enforce tcp for options using http Prevent disabling of TCP if some option is selected that uses HTTP. Fixes: https://autobuild.buildroot.org/results/59b0be79b1ca1469477e7634205f3eaaebef7d5f Signed-off-by: Andreas Ziegler Signed-off-by: Julien Olivain (cherry picked from commit ee324c5babe52ec24ee1569557b2be3509bf2830) Signed-off-by: Thomas Perale --- package/mpd/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/mpd/Config.in b/package/mpd/Config.in index 03ceaa1e00..df19281fc8 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -220,6 +220,7 @@ config BR2_PACKAGE_MPD_CDIO_PARANOIA config BR2_PACKAGE_MPD_CURL bool "curl" + select BR2_PACKAGE_MPD_TCP select BR2_PACKAGE_LIBCURL help Enable curl streaming (http) support. @@ -274,6 +275,7 @@ config BR2_PACKAGE_MPD_AO config BR2_PACKAGE_MPD_HTTPD_OUTPUT bool "httpd output" + select BR2_PACKAGE_MPD_TCP help Enable httpd output support. @@ -357,6 +359,7 @@ comment "io_uring support needs a toolchain w/ headers >= 5.1" config BR2_PACKAGE_MPD_LIBMPDCLIENT bool "libmpdclient" + select BR2_PACKAGE_MPD_TCP select BR2_PACKAGE_LIBMPDCLIENT help Enable libmpdclient support.