summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Naseef2026-02-20 05:10:31 +0000
committerRobert Marko2026-02-20 09:57:56 +0000
commitc43ce9ddeca988c84537ff6f76feb8b2495c7752 (patch)
tree4d9d31e823e82f965293fce6c86530b4ae51fab3
parent75975b8c5cf713603ff079c4c33b393106d1d381 (diff)
downloadopenwrt-c43ce9ddeca988c84537ff6f76feb8b2495c7752.tar.gz
qualcommbe: fix rdp433 build after DTS directory move
Commit 041ef9648d ("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>
-rw-r--r--target/linux/qualcommbe/image/ipq95xx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/qualcommbe/image/ipq95xx.mk b/target/linux/qualcommbe/image/ipq95xx.mk
index 259c388aba..ba1b22e091 100644
--- a/target/linux/qualcommbe/image/ipq95xx.mk
+++ b/target/linux/qualcommbe/image/ipq95xx.mk
@@ -19,6 +19,7 @@ define Device/qcom_rdp433
DEVICE_VARIANT := AP-AL02-C4
BOARD_NAME := ap-al02.1-c4
DEVICE_DTS_CONFIG := config@rdp433
+ DEVICE_DTS_DIR := $(DTS_DIR)
SOC := ipq9574
KERNEL_INSTALL := 1
KERNEL_SIZE := 6096k