[openwrt/openwrt] uboot-mediatek: fix board name of Bananapi BPi-R2

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 20 09:01:37 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/025c0bcd601698206d8f5ededadb25beb95ebdb7

commit 025c0bcd601698206d8f5ededadb25beb95ebdb7
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Jul 20 16:58:50 2021 +0100

    uboot-mediatek: fix board name of Bananapi BPi-R2
    
    As the board name was changed to be identical to the device tree
    compatible string (just like for other boards), also reflect that
    change for U-Boot.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/boot/uboot-mediatek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile
index 673b4d2aed..37af42e664 100644
--- a/package/boot/uboot-mediatek/Makefile
+++ b/package/boot/uboot-mediatek/Makefile
@@ -85,7 +85,7 @@ endef
 
 define U-Boot/mt7623n_bpir2
   NAME:=Banana Pi R2 (mt7623)
-  BUILD_DEVICES:=bpi_bananapi-r2
+  BUILD_DEVICES:=bananapi_bpi-r2
   BUILD_SUBTARGET:=mt7623
   UBOOT_IMAGE:=u-boot.bin
   UBOOT_CONFIG:=mt7623n_bpir2



More information about the lede-commits mailing list