@@ -27,7 +27,7 @@ def menu1_show():
2727 print (' 3 - Read full device info' )
2828 print (' 4 - Create full backup' )
2929 print (' 5 - Install EN/RU languages' )
30- print (' 6 - Install Breed bootloader ' )
30+ print (' 6 - Install permanent SSH ' )
3131 print (' 7 - Install firmware (from directory "firmware")' )
3232 print (' 8 - {{{ Other functions }}}' )
3333 print (' 9 - [[ Reboot device ]]' )
@@ -41,7 +41,7 @@ def menu1_process(id):
4141 if id == 3 : return "read_info.py"
4242 if id == 4 : return "create_backup.py"
4343 if id == 5 : return "install_lang.py"
44- if id == 6 : return [ "install_bl .py", "breed" ]
44+ if id == 6 : return "install_ssh .py"
4545 if id == 7 : return "install_fw.py"
4646 if id == 8 : return "__menu2"
4747 if id == 9 : return "reboot.py"
@@ -56,7 +56,7 @@ def menu2_show():
5656 print (' 4 - Create a backup of the specified partition' )
5757 print (' 5 - Uninstall EN/RU languages' )
5858 print (' 6 - Set kernel boot address' )
59- print (' 7 - Install permanent SSH ' )
59+ print (' 7 - Install Breed bootloader ' )
6060 print (' 8 - __test__' )
6161 print (' 9 - [[ Reboot device ]]' )
6262 print (' 0 - Return to main menu' )
@@ -70,7 +70,7 @@ def menu2_process(id):
7070 if id == 4 : return [ "create_backup.py" , "part" ]
7171 if id == 5 : return [ "install_lang.py" , "uninstall" ]
7272 if id == 6 : return "activate_boot.py"
73- if id == 7 : return "install_ssh .py"
73+ if id == 7 : return [ "install_bl .py", "breed" ]
7474 if id == 8 : return "test.py"
7575 if id == 9 : return "reboot.py"
7676 if id == 0 : return "__menu1"
0 commit comments