diff options
Diffstat (limited to 'package/mpd/Config.in')
-rw-r--r-- | package/mpd/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in index ed0df7f00a..ac9ca95235 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -265,6 +265,14 @@ config BR2_PACKAGE_MPD_TCP You want this on if mpd and the client(s) work on different machines (the usual scenario). + +config BR2_PACKAGE_MPD_UPNP + bool "UPnp" + select BR2_PACKAGE_EXPAT + select BR2_PACKAGE_LIBUPNP + help + Enable mpd UPnP client support. + endif comment "mpd needs a toolchain w/ C++, threads, wchar" |