As per documentation, I'm providing a custom kernel config, and I do get the message during my build:
[ o.k. ] Using kernel config provided by user [ userpatches/linux-sunxi64-current.config ]
which is great!
The problem I face is that although the message is shown, the config that takes place seems to be something different, as can be checked when booting the image and looking up the config file in /boot/config-5.9.8-sunxi64
Digging a little bit in compilation.sh, I can see that
cp .config "${DEST}/config/${LINUXCONFIG}.config"
will o