mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 18:00:32 -05:00
Commit041ef9648d("qualcommbe: move Device DTS to dedicated DTS directory") introduced a dedicated DTS directory and set DEVICE_DTS_DIR to ../dts as default. This broke the rdp433 device build since its DTS resides in the kernel tree (applied via patches), not in the target dts directory. Fix this by overriding DEVICE_DTS_DIR for rdp433 to point to the kernel DTS directory. Fixes:041ef9648d("qualcommbe: move Device DTS to dedicated DTS directory") Signed-off-by: Ahmed Naseef <naseefkm@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22096 Signed-off-by: Robert Marko <robimarko@gmail.com>