Hello community!
I have performed an update from armbian 11 to 12 and OMV 6 to 7 and completed it successfully so far. Unfortunately just the package armbian-bsp-cli-odroidxu4 was not upgraded due to a missing dependency:
+++
The following packages have unmet dependencies:
armbian-bsp-cli-odroidxu4-current : Depends: base-files (>= 24.5.1) but 12.4+deb12u6 is to be installed
E: Unable to correct problems, you have held broken packages.
root@omv:~# sudo apt install 12.4+deb12u6
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package 12.4+deb12u6
E: Couldn't find any package by glob '12.4+deb12u6'
ok, let‘s try:
root@omv:~# sudo apt install 12.4+deb12u6-current
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package 12.4+deb12u6-current
E: Couldn't find any package by glob '12.4+deb12u6-current'
+++
Is this package simply not available in the armbian repository or did I something fundamental wrong?