Files
svr/install/openwrt.sh
T
journal_froid 1d4435089f rebasing .git
2026-01-23 09:59:19 +01:00

12 lines
269 B
Bash

#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