[openwrt/openwrt] bcm53xx: fix target name of meraki_mx64-a0

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 16 16:49:01 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/42ad77a4a6e90bd6112c7c33fdacf36a62cefe31

commit 42ad77a4a6e90bd6112c7c33fdacf36a62cefe31
Author: Edward Chow <equu at openmail.cc>
AuthorDate: Sat Feb 14 21:10:05 2026 +0800

    bcm53xx: fix target name of meraki_mx64-a0
    
    The target name of meraki_mx64-a0 in
    target/linux/bcm53xx/image/Makefile used not to be consistent with the
    one defined in target/linux/bcm53xx/base-files/lib/upgrade/platform.sh
    and generates warning for "Image check failed" during sysupgrade.
    
    This commit would also make the target name for meraki_mx64-a0 to
    conform to the openwrt standard.
    
    Signed-off-by: Edward Chow <equu at openmail.cc>
    Link: https://github.com/openwrt/openwrt/pull/22034
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 625f01cd807b4fa7b7c2e1f36b50dd49dd18ae28)
---
 target/linux/bcm53xx/image/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index a348883024..9bfab59dcc 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -459,13 +459,13 @@ define Device/meraki_mx64
 endef
 TARGET_DEVICES += meraki_mx64
 
-define Device/meraki_mx64_a0
+define Device/meraki_mx64-a0
   $(call Device/meraki_mx64)
   DEVICE_VARIANT := A0
   DEVICE_DTS_CONFIG := config at 2
   DEVICE_DTS := bcm958625-meraki-mx64-a0
 endef
-TARGET_DEVICES += meraki_mx64_a0
+TARGET_DEVICES += meraki_mx64-a0
 
 define Device/meraki_mx65
   $(call Device/meraki_mx6x)




More information about the lede-commits mailing list