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
devices:wndr3800_openwrt [2019/06/28 07:59] Sean Rhonedevices:wndr3800_openwrt [2021/09/09 02:26] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
  
-  * NETGEAR WNDR3800 ((https://www.netgear.com/support/product/WNDR3800.aspx)) 
-  * OpenWrt ((https://openwrt.org)) 
-  * Uses ''ath79'' instead of the ''ar71xx'' target ((apparently ''ar71xx'' is to be deprecated in the future)) 
- 
-====== Flash ====== 
- 
-===== DNS ===== 
- 
-  * https://blog.uncensoreddns.org/ 
- 
-===== Date Check ===== 
- 
-  * https://downloads.openwrt.org/snapshots/targets/ath79/generic/ 
- 
-===== SSH ===== 
- 
-===== Upgrade ===== 
- 
-  * From OpenWRT to an updated snapshot of OpenWRT 
- 
-==== Download ==== 
- 
-**** 
- 
-  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' 
- 
-==== Update ==== 
- 
-  * :!: This will flash instantly, without confirmation or verification, erase all settings, and reboot 
-  * :!: Remove ''-n'' to save config between flashes 
- 
-  sysupgrade -n --force -v '/tmp/openwrt-snapshot-ath79-wndr3800-sysupgrade.bin' 
- 
-===== Factory ===== 
- 
-  * From LibreCMC or another variant to OpenWRT 
- 
-==== Download ==== 
- 
-**** 
- 
-  rm -f '/tmp/openwrt-snapshot-ath79-wndr3800-factory.bin' && wget -O '/tmp/openwrt-snapshot-ath79-wndr3800-factory.bin' 'https://downloads.openwrt.org/snapshots/targets/ath79/generic/openwrt-ath79-generic-netgear_wndr3800-squashfs-factory.img' 
- 
-==== Update ==== 
- 
-  * :!: This will flash instantly, without confirmation or verification, erase all settings, and reboot 
- 
-  sysupgrade -n --force -v '/tmp/openwrt-snapshot-ath79-wndr3800-factory.bin' 
- 
-====== LuCI Web Interface ====== 
- 
-===== Information ===== 
- 
-  * https://openwrt.org/docs/guide-user/luci/luci.essentials 
-  * :!: Snapshot images don't include LuCI, and need it to be installed after installation 
- 
-===== Install ===== 
- 
-==== SSH ==== 
- 
-**** 
- 
-  ssh 'root'@'192.168.1.1' 
- 
-==== Install ==== 
- 
-**** 
- 
-  opkg update && opkg install 'luci-ssl-openssl' && ls '/etc/config/luci-opkg' && rm '/etc/config/luci' && mv '/etc/config/luci-opkg' '/etc/config/luci' && sync 
- 
-  opkg update && opkg install 'luci' && opkg install 'luci-ssl-openssl' 
- 
-==== URL ==== 
- 
-  * https://192.168.1.1 
/var/www/wiki/data/attic/devices/wndr3800_openwrt.1561723145.txt.gz · Last modified: 2019/06/28 07:59 by Sean Rhone