|
283 | 283 | +bootmenu_confirm_return=askenv - Press ENTER to return to menu ; bootmenu 60 |
284 | 284 | +bootmenu_default=0 |
285 | 285 | +bootmenu_delay=0 |
286 | | -+bootmenu_title= [0;34m( ( ( [1;39mOpenWrt[0;34m ) ) ) |
| 286 | ++bootmenu_title= [0;34m( ( ( [1;39mOpenWrt[0;34m ) ) ) |
287 | 287 | +bootmenu_0=Initialize environment.=run _firstboot |
288 | 288 | +bootmenu_0d=Run default boot command.=run boot_default |
289 | 289 | +bootmenu_1=Boot system via TFTP.=run boot_tftp ; run bootmenu_confirm_return |
290 | 290 | +bootmenu_2=Boot production system from NAND.=run boot_production ; run bootmenu_confirm_return |
291 | 291 | +bootmenu_3=Boot recovery system from NAND.=run boot_recovery ; run bootmenu_confirm_return |
292 | 292 | +bootmenu_4=Load production system via TFTP then write to NAND.=setenv noboot 1 ; setenv replacevol 1 ; run boot_tftp_production ; setenv noboot ; setenv replacevol ; run bootmenu_confirm_return |
293 | 293 | +bootmenu_5=Load recovery system via TFTP then write to NAND.=setenv noboot 1 ; setenv replacevol 1 ; run boot_tftp_recovery ; setenv noboot ; setenv replacevol ; run bootmenu_confirm_return |
294 | | -+bootmenu_6=[31mLoad BL31+U-Boot FIP via TFTP then write to NAND.[0m=run boot_tftp_write_fip ; run bootmenu_confirm_return |
295 | | -+bootmenu_7=[31mLoad BL2 preloader via TFTP then write to NAND.[0m=run boot_tftp_write_bl2 ; run bootmenu_confirm_return |
| 294 | ++bootmenu_6=[31mLoad BL31+U-Boot FIP via TFTP then write to NAND.[0m=run boot_tftp_write_fip ; run bootmenu_confirm_return |
| 295 | ++bootmenu_7=[31mLoad BL2 preloader via TFTP then write to NAND.[0m=run boot_tftp_write_bl2 ; run bootmenu_confirm_return |
296 | 296 | +bootmenu_8=Reboot.=reset |
297 | 297 | +bootmenu_9=Reset all settings to factory defaults.=run reset_factory ; reset |
298 | 298 | +boot_first=if button reset ; then led $bootled_rec on ; run boot_tftp_recovery ; setenv flag_recover 1 ; run boot_default ; fi ; bootmenu |
|
320 | 320 | +_init_env=setenv _init_env ; run ubi_create_env ; saveenv ; saveenv |
321 | 321 | +_firstboot=setenv _firstboot ; run _switch_to_menu ; run _init_env ; run boot_first |
322 | 322 | +_switch_to_menu=setenv _switch_to_menu ; setenv bootdelay 3 ; setenv bootmenu_delay 3 ; setenv bootmenu_0 $bootmenu_0d ; setenv bootmenu_0d ; run _bootmenu_update_title |
323 | | -+_bootmenu_update_title=setenv _bootmenu_update_title ; setenv bootmenu_title "$bootmenu_title [33m$ver[0m" |
| 323 | ++_bootmenu_update_title=setenv _bootmenu_update_title ; setenv bootmenu_title "$bootmenu_title [33m$ver[0m" |
0 commit comments