mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 06:20:38 +02:00
16 lines
300 B
Plaintext
16 lines
300 B
Plaintext
|
config BR2_PACKAGE_GMEDIASERVER
|
||
|
prompt "gmediaserver - An UPnP music media server"
|
||
|
tristate
|
||
|
# default m if CONFIG_DEVEL
|
||
|
default n
|
||
|
select BR2_PACKAGE_ID3LIB
|
||
|
select BR2_PACKAGE_LIBUPNP
|
||
|
help
|
||
|
An UPnP music media server.
|
||
|
|
||
|
http://www.nongnu.org/gmediaserver/
|
||
|
|
||
|
Depends: id3lib, libupnp
|
||
|
|
||
|
|