mirror of https://github.com/hak5/openwrt-owl.git
mdns: add conffiles section
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45241owl
parent
275df67b6c
commit
d1070a6330
|
@ -33,6 +33,10 @@ endef
|
|||
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
||||
|
||||
define Package/mdns/conffiles
|
||||
/etc/config/mdns
|
||||
endef
|
||||
|
||||
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/
|
||||
|
|
Loading…
Reference in New Issue