rebasing .git

This commit is contained in:
journal_froid
2026-01-23 09:59:19 +01:00
parent 199b9429ad
commit 1d4435089f
60 changed files with 382 additions and 154 deletions
+11
View File
@@ -0,0 +1,11 @@
#copy paste in device terminal
opkg update
opkg install luci-ssl
#activate https for LuCI web interface
uci set uhttpd.main.redirect_https=1
uci commit uhttpd && service uhttpd reload
#uci set system.@system[0].ttylogin="1"
#uci commit system
#service system restart