[Buildroot] [PATCH 2/6] package/mpd: fix typo

Jörg Krause jkrause at posteo.de
Mon Dec 8 22:44:50 UTC 2014


Fix little type: it's UPnP, not UPnp.

Signed-off-by: Jörg Krause <jkrause at posteo.de>
---
 package/mpd/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 1d38b1a..4097f52 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -279,7 +279,7 @@ config BR2_PACKAGE_MPD_TCP
 	  on different machines (the usual scenario).
 
 config BR2_PACKAGE_MPD_UPNP
-	bool "UPnp"
+	bool "UPnP"
 	select BR2_PACKAGE_EXPAT
 	select BR2_PACKAGE_LIBUPNP
 	help
-- 
2.1.3



More information about the buildroot mailing list