SomeWhereOverTheRainBow
Part of the Furniture
I wonder if this is significant because it appears to copy the ntp.conf from jffs to entware repo before entware ntp starts. Also it looks like it is stalling entware ntp from starting until routers is finished. Could this be for when the ntp.conf gets edited?.@Jack Yaz
The bits I commented out were:-
Code:#if [ "$(nvram get ntp_ready)" == "1" ]; #then # Only start the NTP server if router has itself synchronised with Internet # cp /jffs/ntp/ntp.conf /etc/ # logger -st "($(basename $0))" $$ "***SUCCESS Router copied ntp.conf-file to /etc!" # ntpd -l # logger -st "($(basename $0))" $$ "***SUCCESS Router initialized NTP Server!" #else # logger -st "($(basename $0))" $$ "***ERROR Router cannot get initialise NTP Server!" #fi