Using Device Tree Overlay

Hey there :slight_smile:

I want to use OpenWrt on my Radxa Zero 3W but I need a few DTS modifications.

My pipeline for building the image itself is up and running.
Due to the limited information I could find regarding on the topic, I utilized chatgpt+gemini.

  • I've put the overlay dts files to /target/linux/rockchip/dts
  • and I've modified /target/linux/rockchip/image/armv8.mk where I added the DEVICE_DTS_OVERLAYS line with my overlay names

Yet, the build log shows nothing at all about those overlays.
I can't see any call handling these overlays.

Anyone with an idea how to make it work?