mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
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@makrotopia.org> (cherry picked from commit007c8809c1
)
This commit is contained in:
parent
29c5d5d3da
commit
a3f9b42789
@ -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 |\
|
||||
|
Loading…
Reference in New Issue
Block a user