瀏覽代碼

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/22096
Signed-off-by: Robert Marko <[email protected]>
Ahmed Naseef 1 天之前
父節點
當前提交
c43ce9ddec
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/linux/qualcommbe/image/ipq95xx.mk

+ 1 - 0
target/linux/qualcommbe/image/ipq95xx.mk

@@ -19,6 +19,7 @@ define Device/qcom_rdp433
 	DEVICE_VARIANT := AP-AL02-C4
 	DEVICE_VARIANT := AP-AL02-C4
 	BOARD_NAME := ap-al02.1-c4
 	BOARD_NAME := ap-al02.1-c4
 	DEVICE_DTS_CONFIG := config@rdp433
 	DEVICE_DTS_CONFIG := config@rdp433
+	DEVICE_DTS_DIR := $(DTS_DIR)
 	SOC := ipq9574
 	SOC := ipq9574
 	KERNEL_INSTALL := 1
 	KERNEL_INSTALL := 1
 	KERNEL_SIZE := 6096k
 	KERNEL_SIZE := 6096k