aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mips32r2-poky-linux/busybox/busybox-hwclock
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mips32r2-poky-linux/busybox/busybox-hwclock')
-rw-r--r--packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest2
-rw-r--r--packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest.pkg_postinst2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest b/packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest
index f522c465c8dd..70733bb076cc 100644
--- a/packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest
+++ b/packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest
@@ -1,4 +1,4 @@
-PV = 1.34.1
+PV = 1.36.1
PR = r0
RPROVIDES =
RDEPENDS =
diff --git a/packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest.pkg_postinst b/packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest.pkg_postinst
index a9836cf8a9d4..2638745974a3 100644
--- a/packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest.pkg_postinst
+++ b/packages/mips32r2-poky-linux/busybox/busybox-hwclock/latest.pkg_postinst
@@ -6,5 +6,5 @@ if true && type update-rc.d >/dev/null 2>/dev/null; then
else
OPT="-s"
fi
- update-rc.d $OPT hwclock.sh defaults
+ update-rc.d $OPT hwclock.sh start 40 S . stop 20 0 1 6 .
fi