Using buildroot 2013.05 (with Freescale i.MX6 CPU).
When I change date/time from console, e.g.: date -s "2013-11-26 02:11"
, this setting will lost during reboot. I'd learned, that I have to call hwclock -wu
afterwards.
But what's the way to configure my buildroot-based linux that the hwclock is set automatically after date/time has been changed (regardless if date/time changed from linux console or via libc call from a C program).