added ntp stuff to startup and base ntp config file
[wyse_ntpd.git] / src / buildroot-2013.05 / custom / filesystem / etc / init.d / S99final_sequence
index a4b3781..81f7c4d 100755 (executable)
@@ -14,3 +14,8 @@ then
        tar cf /fs/config/dropbear.tar /etc/dropbear
        cd $RD
 fi
+
+if [ -f /fs/config/ntp.conf ]
+then
+       ntpd -c /fs/config/ntp.conf -x -g
+fi