summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianhui Zhao2023-10-10 06:09:38 +0000
committerRafał Miłecki2023-12-07 10:11:10 +0000
commit6143b730fce6e27a1fd7c93b5300d752f5d13bee (patch)
tree1a00c791befa6b8b57828fe7d5d1721c0e062efc
parentf3a8820959d1ae1361541a490507aae38348f954 (diff)
downloadopenwrt-6143b730fce6e27a1fd7c93b5300d752f5d13bee.tar.gz
uboot-mediatek: fix typo in bootmenu for GL-MT6000
Fixes: b530d492a9d9 ("filogic: add support for GL.iNet GL-MT6000") Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com> (cherry picked from commit 4536fb4c5c7b3564dae301529bb0ac4a3ce914b8) [rmilecki: fix commit hash in Fixes] Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
-rw-r--r--package/boot/uboot-mediatek/patches/436-add-glinet-mt6000.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mediatek/patches/436-add-glinet-mt6000.patch b/package/boot/uboot-mediatek/patches/436-add-glinet-mt6000.patch
index ad138acfd9..e0a059eb7b 100644
--- a/package/boot/uboot-mediatek/patches/436-add-glinet-mt6000.patch
+++ b/package/boot/uboot-mediatek/patches/436-add-glinet-mt6000.patch
@@ -259,7 +259,7 @@
+bootmenu_0=Startup system (Default).=run boot_system
+bootmenu_1=Load Firmware via TFTP then write to eMMC.=run boot_tftp_firmware ; run bootmenu_confirm_return
+bootmenu_2=Load BL31+U-Boot FIP via TFTP then write to eMMC.=run boot_tftp_write_fip ; run bootmenu_confirm_return
-+bootmenu_3=mLoad BL2 preloader via TFTP then write to eMMC.=run boot_tftp_write_bl2 ; run bootmenu_confirm_return
++bootmenu_3=Load BL2 preloader via TFTP then write to eMMC.=run boot_tftp_write_bl2 ; run bootmenu_confirm_return
+bootmenu_4=Reboot.=reset
+bootmenu_5=Reset all settings to factory defaults.=run reset_factory ; reset
+filesize_to_blk=setexpr cnt $filesize + 0x1ff && setexpr cnt $cnt / 0x200