Changeset 43704


Ignore:
Timestamp:
04/05/19 17:53:42 (5 years ago)
Author:
gost
Message:

fix time

Location:
titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/oealliance/var/etc/autostart/start.sh

    r43702 r43704  
    5555# dm7020hdv2 ok
    5656#               (ntpdate -b ptbtime1.ptb.de; time=`date +%s`; echo -e `expr $time + 7200`  > /proc/stb/fp/rtc) &
    57                 (ntpdate -b ptbtime1.ptb.de; /bin/fake-hwclock save force) &
     57                echo "[startdate] ntpdate -b ptbtime1.ptb.de; /bin/fake-hwclock save force"
     58                (ntpdate -b ptbtime1.ptb.de; /bin/fake-hwclock save force; date) &
    5859}
    5960
  • titan/titan/titan.c

    r43702 r43704  
    586586//      if(getconfigint("nontpdate", NULL) == 0)
    587587//              system("(ntpdate -b ptbtime1.ptb.de; time=`date +%s`; echo -e `expr $time + 7200`  > /proc/stb/fp/rtc) &");
    588 #endif
     588//#endif
    589589
    590590        sa.sa_handler = (void *)sighandler;
Note: See TracChangeset for help on using the changeset viewer.