mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-07 10:39:33 +00:00
OpenWrt buildroot will compile all dtbs defined in target to $(KDIR)/image-$(DEVICE_DTS).dtb, so make use of it to allow us debug and use external dtbs easier without patching kernel Makefile. This also fixes commit5c724939c3
which forgot to update DTS_DIR in KERNEL variable. Fixes:5c724939c3
("rockchip: add DEVICE_DTS_DIR definition") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/20286 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>