Where in the OpenWrt Buildroot source is the git URL and exact commit used when checking out the kernel? I'm working with the ipq40xx-based Habanero board and I'm trying to build the kernel independently. Building a basic image and running it on the device shows that the kernel version is 5.15.110, but when I've tried checking that out manually and applying the patches found in target/linux/ipq40xx, some of them fail to apply correctly.
I figure that if I can checkout the kernel using the exact commit and git repo used by OpenWrt buildroot, I'll be able to get the patches to apply.
Thanks for the pointer. I'm trying to use Yocto to build an image for the Habanero board, and so I'm trying to port the kernel and other board support files from OpenWrt, hence why I'm looking into this.