Changeset 41605


Ignore:
Timestamp:
01/04/18 17:29:57 (6 years ago)
Author:
obi
Message:

hd51 switch to update.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_update.h

    r41495 r41605  
    184184                                char* cmd = NULL;
    185185//                              if(checkrealbox("DM900") == 1 || checkrealbox("HD51") == 1)
    186                                 if(checkrealbox("HD51") == 1)
    187                                         cmd = ostrcat(cmd, "/sbin/update2.sh ", 1, 0);
    188                                 else
     186//                              if(checkrealbox("HD51") == 1)
     187//                                      cmd = ostrcat(cmd, "/sbin/update2.sh ", 1, 0);
     188//                              else
    189189                                        cmd = ostrcat(cmd, "/sbin/update.sh ", 1, 0);
    190190                                cmd = ostrcat(cmd, node->type, 1, 0);
Note: See TracChangeset for help on using the changeset viewer.