From: Jo-Philipp Wich Date: Tue, 22 Dec 2009 21:55:02 +0000 (+0000) Subject: [packages] ntpd: the daemon depends on mdnsresponder (provides libdns_sd.so) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=67bebcc4028314bd57bc21ca7cf207a020594761;p=openwrt%2Fsvn-archive%2Farchive.git [packages] ntpd: the daemon depends on mdnsresponder (provides libdns_sd.so) SVN-Revision: 18897 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 8e973915ab..34e8b6f4fa 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -35,6 +35,7 @@ endef define Package/ntpd $(call Package/ntpd/Default) + DEPENDS:=+mdnsresponder TITLE+= server endef