TC for OpenWrt

I get the following message while install the tc-full package

root@OpenWrt:~# opkg install tc-full
Multiple packages (libgcc1 and libgcc1) providing same name marked HOLD or PREFER. Using latest.
Installing tc-full (5.11.0-4) to root...
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_generic/base/tc-full_5.11.0-4_aarch64_generic.ipk
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-sched-core found, but incompatible with the architectures configured
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for tc-full:
 *      kernel (= 5.4.134-1-97621c2479d8ecf1e0a4b0bf2eaca93f)
 * opkg_install_cmd: Cannot install package tc-full.
root@OpenWrt:~# uname -a
Linux OpenWrt 5.4.83 #0 SMP PREEMPT Tue Dec 29 07:41:10 2020 aarch64 GNU/Linux

I am trying to install it on an Orange PI R1 plus which has a Rockchip RK3328 processor. From the message it looks like tc-full package is not there for this processor. What is the best way to get TC installed?

upgrade to snapshot.

https://openwrt.org/faq/cannot_satisfy_dependencies

1 Like

No snapshots yet there for OPi R1 Plus