Config.in 365 B

12345678910
  1. config BR2_PACKAGE_HWCLOCK_INITSCRIPT
  2. bool "hwclock-initscript"
  3. depends on !BR2_PACKAGE_SYSTEMD
  4. depends on BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_UTIL_LINUX_HWCLOCK
  5. help
  6. Initscript to save the date and time to the hardware clock on
  7. shutdown.
  8. Note that the kernel already loads the time from the hwclock
  9. at boot time, no init script is needed for that.