uboot-mediatek: change firmware prefix to immortalwrt
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
b62a01c747
commit
b82dae6f8b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user