projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940416c
)
mdns: install uci package as config
author
Luka Perkov
<luka@openwrt.org>
Wed, 14 Jan 2015 09:59:26 +0000
(09:59 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Wed, 14 Jan 2015 09:59:26 +0000
(09:59 +0000)
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43967
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/services/mdns/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/mdns/Makefile
b/package/network/services/mdns/Makefile
index
1c89ca6
..
690f547
100644
(file)
--- a/
package/network/services/mdns/Makefile
+++ b/
package/network/services/mdns/Makefile
@@
-36,7
+36,7
@@
define Package/mdns/install
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d $(1)/etc/config
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mdns $(1)/usr/sbin/
$(INSTALL_BIN) ./files/mdns.init $(1)/etc/init.d/mdns
- $(INSTALL_
BIN
) ./files/mdns.config $(1)/etc/config/mdns
+ $(INSTALL_
CONF
) ./files/mdns.config $(1)/etc/config/mdns
endef
$(eval $(call BuildPackage,mdns))