ntpd: the daemon depends on mdnsresponder (provides libdns_sd.so)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 22 Dec 2009 21:55:02 +0000 (21:55 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 22 Dec 2009 21:55:02 +0000 (21:55 +0000)
SVN-Revision: 18897

net/ntpd/Makefile

index 8e973915abb93ed96c19c178a8378986d163fe8e..34e8b6f4fa44056b7607477d65401f012d4fb8b8 100644 (file)
@@ -35,6 +35,7 @@ endef
 
 define Package/ntpd
   $(call Package/ntpd/Default)
+  DEPENDS:=+mdnsresponder
   TITLE+= server
 endef