mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
11 lines
365 B
Plaintext
11 lines
365 B
Plaintext
config BR2_PACKAGE_HWCLOCK_INITSCRIPT
|
|
bool "hwclock-initscript"
|
|
depends on !BR2_PACKAGE_SYSTEMD
|
|
depends on BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_UTIL_LINUX_HWCLOCK
|
|
help
|
|
Initscript to save the date and time to the hardware clock on
|
|
shutdown.
|
|
|
|
Note that the kernel already loads the time from the hwclock
|
|
at boot time, no init script is needed for that.
|