mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/mpd: make all package names in help text uppercase
Make the package name uppercase to be consistent in all the help texts. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d40147d995
commit
dc8fa8205d
@ -273,9 +273,9 @@ config BR2_PACKAGE_MPD_TCP
|
|||||||
bool "tcp sockets"
|
bool "tcp sockets"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable mpd to listen on tcp sockets.
|
Enable MPD to listen on tcp sockets.
|
||||||
|
|
||||||
You want this on if mpd and the client(s) work
|
You want this on if MPD and the client(s) work
|
||||||
on different machines (the usual scenario).
|
on different machines (the usual scenario).
|
||||||
|
|
||||||
config BR2_PACKAGE_MPD_UPNP
|
config BR2_PACKAGE_MPD_UPNP
|
||||||
@ -283,7 +283,7 @@ config BR2_PACKAGE_MPD_UPNP
|
|||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
select BR2_PACKAGE_LIBUPNP
|
select BR2_PACKAGE_LIBUPNP
|
||||||
help
|
help
|
||||||
Enable mpd UPnP client support.
|
Enable MPD UPnP client support.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user