[openwrt/openwrt] mediatek: fix typo in bpi-r64 image recipe

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 18 19:13:24 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/a3f9b427895b54b69ca99170c14ea1a557d077f2

commit a3f9b427895b54b69ca99170c14ea1a557d077f2
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Sep 8 19:29:44 2022 +0100

    mediatek: fix typo in bpi-r64 image recipe
    
    Janusz Dziedzic reported a typo introduced by a recent commit. Fix it.
    
    Fixes: 50c892d67b ("mediatek: bpi-r64: make initramfs/recovery optional")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
    (cherry picked from commit 007c8809c1e888748af70c1b878f4d0105fe7531)
---
 target/linux/mediatek/image/mt7622.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk
index ffcc3e564e..e741c46926 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -87,7 +87,7 @@ define Device/bananapi_bpi-r64
 				   pad-to 512k | bl2 sdmmc-2ddr |\
 				   pad-to 2048k | bl31-uboot bananapi_bpi-r64-sdmmc |\
 				$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),\
-				   pad-to 6144k | append-image-stage initramfs-recovery.itb | checksize 38912k |\
+				   pad-to 6144k | append-image-stage initramfs-recovery.itb | check-size 38912k |\
 				) \
 				   pad-to 38912k | mt7622-gpt emmc |\
 				   pad-to 39424k | bl2 emmc-2ddr |\




More information about the lede-commits mailing list