mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mac-telnet: mark uci as conffile
Fixes:8399121e6("mac-telnet: install uci as config file") Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit9f231909eb)
This commit is contained in:
@@ -65,6 +65,10 @@ define Package/mac-telnet-server/install-extra
|
|||||||
$(INSTALL_DATA) ./files/mactelnet.config $$(1)/etc/config/mactelnet
|
$(INSTALL_DATA) ./files/mactelnet.config $$(1)/etc/config/mactelnet
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/mac-telnet-server/conffiles
|
||||||
|
/etc/config/mactelnet
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
$(eval $(call BuildPlugin,server,mactelnetd))
|
$(eval $(call BuildPlugin,server,mactelnetd))
|
||||||
$(eval $(call BuildPlugin,client,mactelnet))
|
$(eval $(call BuildPlugin,client,mactelnet))
|
||||||
|
|||||||
Reference in New Issue
Block a user