This is a copy of the apparently overlooked ticket 9439 opened by me. Attached patch for the Makefile of the minidlna package, marks /etc/minidlna.conf as config file.
Regards Mathias Kresin
Index: Makefile =================================================================== --- Makefile (Revision 27098) +++ Makefile (Arbeitskopie) @@ -39,6 +39,10 @@ being fully compliant with DLNA/UPnP-AV clients. endef +define Package/minidlna/conffiles +/etc/minidlna.conf +endef + define Package/minidlna/install $(INSTALL_DIR) $(1)/etc $(INSTALL_DATA) $(PKG_BUILD_DIR)/minidlna.conf $(1)/etc/
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
