mirror of
https://github.com/openwrt/packages.git
synced 2025-10-06 19:00:28 +00:00
As discussed in #543 provide the avahi service file within its own tiny package to allow the user to choose which services are announced. Signed-off-by: Michael Heimpold <mhei@heimpold.de> --- The former avahi service file was only installed for mpd-full. Does the mpd-mini does not support network functionality? Then we should adjust deps here...
10 lines
251 B
Desktop File
10 lines
251 B
Desktop File
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
|
|
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
|
<service-group>
|
|
<name replace-wildcards="yes">%h</name>
|
|
<service>
|
|
<type>_mpd._tcp</type>
|
|
<port>6600</port>
|
|
</service>
|
|
</service-group>
|