diff --git a/package/boot/uboot-mediatek/patches/429-add-netcore-n60.patch b/package/boot/uboot-mediatek/patches/429-add-netcore-n60.patch index 2304fcd5ce..d8072efcf8 100644 --- a/package/boot/uboot-mediatek/patches/429-add-netcore-n60.patch +++ b/package/boot/uboot-mediatek/patches/429-add-netcore-n60.patch @@ -381,10 +381,10 @@ +bootcmd=if pstore check ; then run boot_recovery ; else run boot_ubi ; fi +bootconf=config-1 +bootdelay=0 -+bootfile=openwrt-mediatek-filogic-netcore_n60-initramfs-recovery.itb -+bootfile_bl2=openwrt-mediatek-filogic-netcore_n60-preloader.bin -+bootfile_fip=openwrt-mediatek-filogic-netcore_n60-bl31-uboot.fip -+bootfile_upg=openwrt-mediatek-filogic-netcore_n60-squashfs-sysupgrade.itb ++bootfile=immortalwrt-mediatek-filogic-netcore_n60-initramfs-recovery.itb ++bootfile_bl2=immortalwrt-mediatek-filogic-netcore_n60-preloader.bin ++bootfile_fip=immortalwrt-mediatek-filogic-netcore_n60-bl31-uboot.fip ++bootfile_upg=immortalwrt-mediatek-filogic-netcore_n60-squashfs-sysupgrade.itb +bootled_pwr=green:status +bootled_rec=red:status +bootmenu_confirm_return=askenv - Press ENTER to return to menu ; bootmenu 60 diff --git a/package/boot/uboot-mediatek/patches/452-add-xiaomi-redmi-ax6s.patch b/package/boot/uboot-mediatek/patches/452-add-xiaomi-redmi-ax6s.patch index 28cc5d73d7..15cd1dfa1e 100644 --- a/package/boot/uboot-mediatek/patches/452-add-xiaomi-redmi-ax6s.patch +++ b/package/boot/uboot-mediatek/patches/452-add-xiaomi-redmi-ax6s.patch @@ -305,8 +305,8 @@ Subject: [PATCH] add xiaomi redmi ax6s +bootcmd=run boot_or_recovery +bootconf=config-1 +bootdelay=0 -+bootfile=openwrt-mediatek-mt7622-xiaomi_redmi-router-ax6s-initramfs-recovery.itb -+bootfile_upg=openwrt-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.itb ++bootfile=immortalwrt-mediatek-mt7622-xiaomi_redmi-router-ax6s-initramfs-recovery.itb ++bootfile_upg=immortalwrt-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.itb +boot_or_recovery=run boot_production ; led $bootled_pwr off ; led $bootled_rec on ; if ubi check fit ; then run boot_tftp_forever ; else run tftp_production ; fi +boot_tftp=tftpboot $loadaddr $bootfile && bootm $loadaddr#$bootconf +boot_tftp_forever=while true ; do run boot_tftp ; sleep 1 ; done