Temat: TP-LINK TL-WDR3600

I have a TP-LINK TL-WDR3600 router with OpenWrt 17.01.4 installed.

What is the recommended way to upgrade to the latest stable version?

2

Odp: TP-LINK TL-WDR3600

sysupgrade -n /path/to/firmware

-n: without saving configuration files

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: TP-LINK TL-WDR3600

Cezary napisał/a:

sysupgrade -n /path/to/firmware

-n: without saving configuration files

So I need to put the new firmware on a USB stick... Where do I find the latest stable version?  I'm not sure about the hardware...

I just noticed that 'sysupgrade' allows the use of a URL.

4

Odp: TP-LINK TL-WDR3600

No, in /tmp. You can download image to /tmp first.

wget -O /tmp/aaa http://downloads.lede-project.org/releases/18.06.0-rc1/targets/ar71xx/generic/openwrt-18.06.0-rc1-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin
sysupgrade -n /tmp/aaa
Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.