Raspberrry Pi 3 B/CM is missing

Ciao!

How ar you?
The question is, that with LEDE, I could select R-PI 3, like this:

  • Target System

    • RPI 3 => Broadcom BCM27xx
  • Subtarget

    • RPI 3 => BCM2710
  • Target Profile

    • RPI 3 => Raspberrry Pi 3 B/CM

and the packages were arm_cortex-a53_neon-vfpv4.

Now when I build from the new OpenWRT (old LEDE), I can only select this:

  • Target System

    • RPI 3 => Broadcom BCM27xx
  • Subtarget

    • RPI 3 => BCM2710 64bit based boards
  • Target Profile

    • RPI 3 => Raspberrry Pi 3B

and the packages were aarch64_cortex-a53.

They are both RPI 3, but the packages are renamed.
Is it actually the same packages and build or am I missing something?

Thanks,
Patrik

As far as I know, both Raspberry Pi 3 and the Raspberry Pi 3 Compute Module (to which the 'CM' abbreviation refers) use the same SoC. Thus they can be operated with the same baseline image. So it sounds like this was just a rename of the build artifacts.

@Antek, ok thanks so much!