--- elwix/config/etc/uboot/rc.d/028.ntpdate.stop 2014/01/23 09:34:55 1.1 +++ elwix/config/etc/uboot/rc.d/028.ntpdate.stop 2014/09/15 19:06:52 1.2 @@ -0,0 +1,6 @@ +#!/bin/sh + +NTP_HOST="europe.pool.ntp.org" + +echo "Setting date via ntp $NTP_HOST" +/usr/sbin/ntpdate -b $NTP_HOST