treewide: add missing conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
Huangbin Zhan
2021-10-24 18:31:27 +08:00
committed by Rosen Penev
parent 3d66be4203
commit 94d57346fc
9 changed files with 44 additions and 4 deletions

View File

@@ -48,4 +48,8 @@ define Package/tmate-ssh-server/install
$(INSTALL_DATA) ./files/tmate-ssh-server.config $(1)/etc/config/tmate-ssh-server
endef
define Package/tmate-ssh-server/conffiles
/etc/config/tmate-ssh-server
endef
$(eval $(call BuildPackage,tmate-ssh-server))