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/07/17 05:48] Sean Rhonedevices:wndr3800_openwrt [2019/11/30 13:50] – [Install] Sean Rhone
Line 51: Line 51:
  
   rm -f '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' && wget -O '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' 'https://downloads.openwrt.org/snapshots/targets/ath79/generic/openwrt-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin'   rm -f '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' && wget -O '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' 'https://downloads.openwrt.org/snapshots/targets/ath79/generic/openwrt-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin'
 +
 +==== non-HTTPS ====
 +
 +  * ''ath79''
 +  * May be necessary if ''wget'' complains about lack-of SSL support
 +
 +  rm -f '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' && wget -O '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' 'http://downloads.openwrt.org/snapshots/targets/ath79/generic/openwrt-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin'
  
 ===== Install ===== ===== Install =====
Line 60: Line 67:
   ssh 'root'@'192.168.1.1'   ssh 'root'@'192.168.1.1'
  
-  sysupgrade --force -n -v '/tmp/openwrt-snapshot-ar71xx-ath79-sysupgrade.bin'+  sysupgrade --force -n -v '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin'
  
 ===== LuCI ===== ===== LuCI =====