Changeset 43663 for titan


Ignore:
Timestamp:
03/07/19 20:51:34 (5 years ago)
Author:
gost
Message:

test deact fake-hwclock

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r43610 r43663  
    22582258                        status.timeupdatecount = 0;
    22592259                        timeokw = 1;
    2260 #ifdef OEBUILD 
    2261                         if(file_exist("/bin/fake-hwclock"))
    2262                         {
    2263                                 system("/bin/fake-hwclock save force");
    2264                                 system("/bin/fake-hwclock load force");
    2265                                 system("mv /bin/fake-hwclock /bin/fake-hwclock_test");
    2266                         }
    2267 #endif
    22682260                        return 0;
    22692261                }
  • titan/titan/titan.c

    r43661 r43663  
    10551055#ifdef OEBUILD
    10561056        timeokw = 0;
     1057        if(file_exist("/bin/fake-hwclock"))
     1058        {
     1059                system("/bin/fake-hwclock save");
     1060                system("mv /bin/fake-hwclock /bin/fake-hwclock_test");
     1061        }
    10571062#else
    10581063        timeokw = 1;
Note: See TracChangeset for help on using the changeset viewer.