Changeset 44824


Ignore:
Timestamp:
02/25/20 13:53:06 (4 years ago)
Author:
obi
Message:

test

Location:
titan
Files:
2 edited

Legend:

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

    r44823 r44824  
    7070                        date -d "1974-01-04"
    7171                fi
    72                 if [ ! -e /tmp/.timefix ] && [ "$board" == "spark7162" ]; then
    73                         time=`date +%s`
    74                         echo -e `expr $time + 7200` > /proc/stb/fp/rtc
    75                         touch /tmp/.timefix
    76                 fi
     72#               if [ ! -e /tmp/.timefix ] && [ "$board" == "spark7162" ]; then
     73#                       time=`date +%s`
     74#                       echo -e `expr $time + 7200` > /proc/stb/fp/rtc
     75#                       touch /tmp/.timefix
     76#               fi
    7777}
    7878
  • titan/titan/titan.c

    r44794 r44824  
    14501450
    14511451        addtimer(&guestthread, START, 1000, 1, NULL, NULL, NULL);
     1452        addtimer(&setdate, START, 10000, 1, NULL, NULL, NULL);
    14521453
    14531454        startinternreader(1);
Note: See TracChangeset for help on using the changeset viewer.