main/linux-postmarketos-qcom-sdm845: fix CONFIG_LOCALVERSION
My bad. Didn't knew that the $_flavor="postmarketos-qcom-sdm845" has to match the .config's CONFIG_LOCALVERSION
for the mkinitfs to succeed. Because of this command in APKBUILD
install -D "$builddir"/include/config/kernel.release \
"$pkgdir"/usr/share/kernel/$_flavor/kernel.release
Just noted when creating new device package that uses the kernel and building rootfs.
Edited by Administrator