diff --git a/net/mac-telnet/Makefile b/net/mac-telnet/Makefile index cb0bfecb1..553509728 100644 --- a/net/mac-telnet/Makefile +++ b/net/mac-telnet/Makefile @@ -63,6 +63,10 @@ define Package/mac-telnet-server/install-extra $(INSTALL_CONF) ./files/mactelnet.config $$(1)/etc/config/mactelnet endef +define Package/mac-telnet-server/conffiles +/etc/config/mactelnet +endef + $(eval $(call BuildPlugin,server,mactelnetd)) $(eval $(call BuildPlugin,client,mactelnet))