Changeset 43700


Ignore:
Timestamp:
04/03/19 20:24:47 (5 years ago)
Author:
gost
Message:

last changes

Location:
titan/titan
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r43696 r43700  
    1 #ifndef GLOBAL_H
     1#ifndef GLOBAL_H 
    22#define GLOBAL_H
    33
     
    22582258#ifdef MIPSEL
    22592259                        setrtctimemips();
     2260                        if(file_exist("/bin/fake-hwclock"))
     2261                        {
     2262                                system("/bin/fake-hwclock save force");
     2263                                system("/bin/fake-hwclock load force");
     2264                        }
    22602265#endif
    22612266                        status.timeupdatecount = 0;
  • titan/titan/system_update.h

    r43659 r43700  
    1 #ifndef SYSTEM_UPDATE_H
     1#ifndef SYSTEM_UPDATE_H 
    22#define SYSTEM_UPDATE_H
    33
     
    259259#endif
    260260#ifdef OEBUILD
    261                                         if(file_exist("/media/hdd"))
     261                                        if(file_exist("/media/hdd") && isdir("/media/hdd"))
    262262                                        {
    263263                                                if(!file_exist("/media/hdd/logs"))
  • titan/titan/titan.c

    r43693 r43700  
    1 #include "struct.h"
     1#include "struct.h" 
    22#ifdef CONFIG_ION
    33#include "ion.h"
     
    578578        if(file_exist("/bin/fake-hwclock"))
    579579        {
    580                 printf("--> loesche fake-hwclock");
    581                 system("opkg remove fake-hwclock --force-depends");
    582                 oshutdown(2, 1);
     580                //printf("--> loesche fake-hwclock");
     581                //system("opkg remove fake-hwclock --force-depends");
     582                //oshutdown(2, 1);
    583583                timeokw = 0;
    584584                timeokz = 0;
Note: See TracChangeset for help on using the changeset viewer.