To update the opkg package itself without upgrading the entire firmware, the following commands may be used once all repositories have been updated:
cd /tmp opkg update opkg download opkg zcat ./opkg-lists/openwrt_base | grep -A10 "Package: opkg" | grep SHA256sum sha256sum ./opkg_2020-01-25-c09fe209-1_*.ipk
opkg install ./opkg_2020-01-25-c09fe209-1_*.ipk
To update the opkg package itself without upgrading the entire firmware, the following commands may be used once all repositories have been updated:
Compare both checksums and, if matching, proceed with installing the package: