[openwrt/openwrt] uboot-mediatek: bpi-r64: fix eMMC installation menu label

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 1 23:00:20 GMT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/dba979e2dd6370d9f684deb40883a1433fd4d893

commit dba979e2dd6370d9f684deb40883a1433fd4d893
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Mar 1 20:09:31 2021 +0000

    uboot-mediatek: bpi-r64: fix eMMC installation menu label
    
    Change boot menu label for eMMC installation to tell what it does now.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 .../uboot-mediatek/patches/017-add-bananapi_bpi-r64_defconfigs.patch    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-mediatek/patches/017-add-bananapi_bpi-r64_defconfigs.patch b/package/boot/uboot-mediatek/patches/017-add-bananapi_bpi-r64_defconfigs.patch
index 838970cd64..0f86095748 100644
--- a/package/boot/uboot-mediatek/patches/017-add-bananapi_bpi-r64_defconfigs.patch
+++ b/package/boot/uboot-mediatek/patches/017-add-bananapi_bpi-r64_defconfigs.patch
@@ -148,7 +148,7 @@
 +bootmenu_3=3. Boot recovery system from SD card.=run boot_recovery ; run bootmenu_confirm_return
 +bootmenu_4=4. Load production system via TFTP then write to SD card.=setenv noboot 1 ; run boot_tftp_production ; setenv noboot ; run bootmenu_confirm_return
 +bootmenu_5=5. Load recovery system via TFTP then write to SD card.=setenv noboot 1 ; run boot_tftp_recovery ; setenv noboot ; run bootmenu_confirm_return
-+bootmenu_6=6. Load bootloader via TFTP then write to eMMC.=run emmc_init ; run bootmenu_confirm_return
++bootmenu_6=6. Install bootloader and recovery to eMMC.=run emmc_init ; run bootmenu_confirm_return
 +bootmenu_7=7. Reboot.=reset
 +bootmenu_8=8. Reset all settings to factory defaults.=run reset_factory ; reset
 +boot_default=if env exists flag_recover ; then else run bootcmd ; fi ; run boot_recovery ; run boot_tftp_forever



More information about the lede-commits mailing list