R2S OpenWRT updates
This post was finally edited by Jamesb4uk at 2025-10-21 03:13Hi All,
Hope someone can help - i recently implimented a R2S board as my router, works with Starlink fine.
All configured ok & seems to be working fine, but when i go to update the software packages, this is where the problems start
In the GUI i get the below for every package.
Executing package manager
opkg upgrade adblockUpgrading adblock on root from 4.2.4-r1 to 4.4.2-r3...Downloading https://downloads.openwrt.org/re ... ck_4.4.2-r3_all.ipk
Errors
Collected errors: * opkg_install_pkg: Checksum or size mismatch for package adblock. Either the opkg or the package index are corrupt. Try 'opkg update'.The opkg upgrade command failed with code 255.
Anyone have any ideas if we can update/upgrade this version of OpenWRT or is it a Orange Pi custom firmware?
Kind RegardsJames
For anyone else having this issue i resolved it by going under System>Software & Configure opkg
Change the /etc/opkg/distfeeds.conf box
From
src/gz openwrt_core https://downloads.openwrt.org/releases/24.10.0/targets/ky/riscv64/packages
src/gz openwrt_base https://downloads.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/base
src/gz openwrt_luci https://downloads.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/luci
src/gz openwrt_packages https://downloads.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/packages
src/gz openwrt_routing https://downloads.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/routing
src/gz openwrt_telephony https://downloads.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/telephony
To
src/gz openwrt_core https://mirror-03.infra.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/packages
src/gz openwrt_base https://mirror-03.infra.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/base/
src/gz openwrt_luci https://mirror-03.infra.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/luci
src/gz openwrt_packages https://mirror-03.infra.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/packages
src/gz openwrt_routing https://mirror-03.infra.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/routing
src/gz openwrt_telephony https://mirror-03.infra.openwrt.org/releases/24.10.0/packages/riscv64_riscv64/telephony
downloads.openwrt.org doestn't have a ky folder under its releases.
Warning, i havent updated the existing packages yet, just needed it to install openvpn so take no responsibility if it breaks anything.
Kind regards
James
page:
[1]