Initial OpenWrt RMM implementation

This commit is contained in:
benya
2026-06-04 15:26:43 +03:00
commit 3cc9385f14
44 changed files with 9892 additions and 0 deletions

11
.gitattributes vendored Normal file
View File

@@ -0,0 +1,11 @@
* text=auto
*.sh text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
Dockerfile text eol=lf
Caddyfile text eol=lf
Makefile text eol=lf
agent/openwrt/rmm-agent.init text eol=lf
agent/package/rmm-agent/files/etc/init.d/rmm-agent text eol=lf
agent/package/rmm-agent/files/usr/bin/rmm-agent text eol=lf