mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 09:51:15 +01:00
bcm53xx: fix target name of meraki_mx64-a0
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
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@openmail.cc> Link: https://github.com/openwrt/openwrt/pull/22034 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
68a466b698
commit
625f01cd80
1 changed files with 2 additions and 2 deletions
|
|
@ -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@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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue