From: Jo-Philipp Wich Date: Tue, 22 Dec 2009 21:55:02 +0000 (+0000) Subject: ntpd: the daemon depends on mdnsresponder (provides libdns_sd.so) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ca37e632f83b09e24927f5fc4710a58af4df0ac4;p=openwrt%2Fsvn-archive%2Fpackages.git ntpd: the daemon depends on mdnsresponder (provides libdns_sd.so) SVN-Revision: 18897 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 8e973915a..34e8b6f4f 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