From d6b78a0a2bab396c070bc8809c610c4fb25d6fc0 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Wed, 2 Nov 2022 15:00:51 +0200 Subject: [PATCH] announce: trim trailing spaces Found with modified Kconfiglib. Signed-off-by: Stijn Tintel --- net/announce/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/announce/Makefile b/net/announce/Makefile index bcada09219..68d994119b 100644 --- a/net/announce/Makefile +++ b/net/announce/Makefile @@ -30,9 +30,9 @@ define Package/announce SECTION:=net CATEGORY:=Network SUBMENU:=IP Addresses and Names - TITLE:=Announce services on the network with Zeroconf/Bonjour + TITLE:=Announce services on the network with Zeroconf/Bonjour URL:=https://github.com/probonopd/announce - DEPENDS:= +libpthread + DEPENDS:= +libpthread endef define Package/announce/description