diff options
Diffstat (limited to 'recipes/busybox/files/hwclock.sh')
-rw-r--r-- | recipes/busybox/files/hwclock.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/busybox/files/hwclock.sh b/recipes/busybox/files/hwclock.sh index f9c9f9f2c2..71538fb9dc 100644 --- a/recipes/busybox/files/hwclock.sh +++ b/recipes/busybox/files/hwclock.sh @@ -14,6 +14,8 @@ . /etc/default/rcS +. /etc/default/hwclock + [ "$UTC" = yes ] && UTC=-u || UTC=-l case "$1" in |