From 17be2f120347f8c2cae63e932485813cf37e5993 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 19 Oct 2022 10:56:45 +0200 Subject: Added playlists in mpd --- configs/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configs/config') diff --git a/configs/config b/configs/config index af988fc..ad64e99 100644 --- a/configs/config +++ b/configs/config @@ -164,6 +164,10 @@ BR2_PACKAGE_MPD_LIBSNDFILE=y BR2_PACKAGE_MPD_FFMPEG=y BR2_PACKAGE_MPD_FAAD2=y BR2_PACKAGE_MPD_OPUS=y -BR2_PACKAGE_MPD_CURL=y BR2_PACKAGE_MPD_ZZIP=y BR2_PACKAGE_MPD_BZIP2=y + +# Required in order to connect stream radio from mpd. +BR2_PACKAGE_MPD_CURL=y +BR2_PACKAGE_CA_CERTIFICATES=y +BR2_PACKAGE_LIBCURL_CURL=y -- cgit v1.2.3