[openwrt/openwrt] ramips: mt76x8: fix build due to renamed U-Boot binary

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 15 21:41:41 PST 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/dc0cf0fc509d7d2ae1250144d4615275094b943e

commit dc0cf0fc509d7d2ae1250144d4615275094b943e
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Feb 16 05:18:47 2024 +0000

    ramips: mt76x8: fix build due to renamed U-Boot binary
    
    The U-Boot binary for the RAVPower RP-WD009 has been renamed.
    In order to be uniform with all other U-Boot binaries generated the SoC type has been prepended.
    Set that new name also in the image build recipe for that device in order to fix build.
    
    Fixes: 927334a8f7 ("uboot-mediatek: add basic build for ZBT-WG3526 (MT7621, 16M SPI-NOR)")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/ramips/image/mt76x8.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk
index 9a458d38f3..656820be14 100644
--- a/target/linux/ramips/image/mt76x8.mk
+++ b/target/linux/ramips/image/mt76x8.mk
@@ -493,7 +493,7 @@ define Device/ravpower_rp-wd009
   IMAGE_SIZE := 14272k
   DEVICE_VENDOR := RAVPower
   DEVICE_MODEL := RP-WD009
-  UBOOT_PATH := $(STAGING_DIR_IMAGE)/ravpower_rp-wd009-u-boot.bin
+  UBOOT_PATH := $(STAGING_DIR_IMAGE)/mt7628_ravpower_rp-wd009-u-boot.bin
   DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci \
 	kmod-sdhci-mt7620 kmod-i2c-mt7628 ravpower-mcu
   IMAGES += factory.bin




More information about the lede-commits mailing list