From 85e6a3699198d99111645b7e90947041103bc4ce Mon Sep 17 00:00:00 2001 From: Frank Wunderlich Date: Sat, 13 Jan 2024 18:55:08 +0100 Subject: [PATCH] build.sh: fix dts for r3 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 90f6c330c70..52bd7e6a703 100755 --- a/build.sh +++ b/build.sh @@ -104,7 +104,7 @@ case $board in fi FILE_DEFCFG=mt7986a_bpir3_${dev}_defconfig - DTS=mt7986a-${dev}-rfb + DTS=mt7986a-bpi-r3-${dev} FILE_DTS=arch/arm/dts/${DTS}.dts FILE_DTSI=arch/arm/dts/mt7986.dtsi