OpenWRT upgrade
From web interface
Via cli
- Upgrade via cli: owut: OpenWrt Upgrade Tool
Create backup:
opkg update
opkg install openssh-sftp-server owut
sysupgrade --create-backup /tmp/backup.tar.gz
Then pull the backup from the laptop:
scp root@fritzbox-eichholz:/tmp/backup.tar.gz ~/backups/fritzbox-eichholz/
Upgrade:
owut check
owut upgrade
Issues
upgrade: The device is supported, but the config is incompatible to the new image (1.0->1.1). Please upgrade without keeping config (sysupgrade -n).
owut download --version-to 24.10.5 --keep
sysupgrade -n /tmp/firmware.bin