mdnsresponder: remove spurious conffile section
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
21f598178e
commit
fa9cc681e7
1 changed files with 0 additions and 4 deletions
|
@ -125,10 +125,6 @@ define Build/InstallDev
|
||||||
$(CP) $(PKG_BUILD_DIR)/mDNSPosix/build/prod/*.so* $(1)/usr/lib/
|
$(CP) $(PKG_BUILD_DIR)/mDNSPosix/build/prod/*.so* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mdns-utils/conffile
|
|
||||||
/etc/init.d/mDNSResponder
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/mdns-utils/install
|
define Package/mdns-utils/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin/
|
$(INSTALL_DIR) $(1)/usr/bin/
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/dns-sd $(1)/usr/bin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/dns-sd $(1)/usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue