User Tools

Site Tools


devices:wndr3800_openwrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
devices:wndr3800_openwrt [2019/11/30 13:50] – [Install] Sean Rhonedevices:wndr3800_openwrt [2020/01/22 09:03] – Use nginx luci Sean Rhone
Line 76: Line 76:
   ssh 'root'@'192.168.1.1'   ssh 'root'@'192.168.1.1'
  
-  opkg update && opkg install 'luci' && opkg install 'luci-ssl-openssl'+  opkg update && opkg install 'luci' && opkg install 'luci-ssl-nginx'
  
 ===== Configure ===== ===== Configure =====
Line 101: Line 101:
 ===== TFTP ===== ===== TFTP =====
  
-  sudo dnf install 'tftp'+  sudo dnf install 'tftp' -y && sync
  
   tftp   tftp
Line 116: Line 116:
  
   put f.img   put f.img
 +
 +  sudo dnf remove 'tftp' -y && sync
 +