diff --git a/packages/linux/init.d/01_time b/packages/sysutils/busybox-system/init.d/02_time similarity index 71% rename from packages/linux/init.d/01_time rename to packages/sysutils/busybox-system/init.d/02_time index 58c2a03009..b3cb08848e 100755 --- a/packages/linux/init.d/01_time +++ b/packages/sysutils/busybox-system/init.d/02_time @@ -10,10 +10,7 @@ progress "saving Starttime" ADJTIME=/etc/adjtime -#. /etc/funcs - if [ -x /sbin/hwclock ]; then - make_persistent file ${ADJTIME} /var/data/config/adjtime create [ -r ${ADJTIME} ] && ! ( grep -q "LOCAL" ${ADJTIME} || grep -q "UTC" ${ADJTIME} ) && echo "UTC" >>${ADJTIME} - /sbin/hwclock --hctosys + /sbin/hwclock --hctosys -f /dev/rtc fi