User Tools

Site Tools


devices:wndr3800_openwrt

This is an old revision of the document!


Information

  • NETGEAR WNDR3800 1)
  • OpenWrt 2)
  • Uses ath79 instead of the ar71xx target 3)

Flash

DNS

Date Check

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
  • :!: TODO: This didn't work and needed TFTP to fix when going from LibreCMC

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

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

3)
apparently ar71xx is to be deprecated in the future
/var/www/wiki/data/attic/devices/wndr3800_openwrt.1561726824.txt.gz ยท Last modified: 2019/06/28 09:00 by Sean Rhone