Changeset 43691


Ignore:
Timestamp:
03/10/19 11:58:42 (5 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r43690 r43691  
    580580                printf("--> loesche fake-hwclock");
    581581                system("opkg remove fake-hwclock --force-depends");
    582                 system("date 0101000003");
    583                 system("(ntpdate -b ptbtime1.ptb.de; time=`date +%s`; echo -e `expr $time + 7200`  > /proc/stb/fp/rtc) &");
    584582//              timeokw = 0;
    585583//              timeokz = 0;
    586584        }
     585        system("date 0101000003");
     586        if(getconfigint("nontpdate", NULL) == 0)
     587                system("(ntpdate -b ptbtime1.ptb.de; time=`date +%s`; echo -e `expr $time + 7200`  > /proc/stb/fp/rtc) &");
    587588#endif
    588589
Note: See TracChangeset for help on using the changeset viewer.