aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-10-01 15:34:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-01 15:34:31 +0000
commitcc3d92ac65c143b3ef5644e774266cdbf923ac9f (patch)
tree865104f12554c12940423b0f0a0c4d0fecc2dc13 /packages
parentac5283393670750722e6d3bdbb9a5ea373cffb94 (diff)
downloadopenembedded-cc3d92ac65c143b3ef5644e774266cdbf923ac9f.tar.gz
util-linux: change hwclock u-a prio to be lower than busybox
Diffstat (limited to 'packages')
-rw-r--r--packages/util-linux/util-linux.inc2
-rw-r--r--packages/util-linux/util-linux_2.12q.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/util-linux/util-linux.inc b/packages/util-linux/util-linux.inc
index 02cbafa9bb..5bb9a47655 100644
--- a/packages/util-linux/util-linux.inc
+++ b/packages/util-linux/util-linux.inc
@@ -71,7 +71,6 @@ pkg_postinst_${PN} () {
update-alternatives --install ${base_bindir}/more more more.${PN} 100
update-alternatives --install ${base_bindir}/mount mount mount.${PN} 100
update-alternatives --install ${base_bindir}/umount umount umount.${PN} 100
- update-alternatives --install ${base_sbindir}/hwclock hwclock hwclock.${PN} 100
update-alternatives --install ${base_sbindir}/losetup losetup losetup.${PN} 100
update-alternatives --install ${base_sbindir}/mkswap mkswap mkswap.${PN} 100
update-alternatives --install ${base_sbindir}/pivot_root pivot_root pivot_root.${PN} 100
@@ -87,6 +86,7 @@ pkg_postinst_${PN} () {
# There seems to be problem, atleast on nslu2, with these, untill they are
# fixed the busybox ones have higher priority
+ update-alternatives --install ${base_sbindir}/hwclock hwclock hwclock.${PN} 10
update-alternatives --install ${base_sbindir}/shutdown shutdown shutdown.${PN} 10
update-alternatives --install ${base_sbindir}/reboot reboot reboot.${PN} 10
update-alternatives --install ${base_sbindir}/halt halt halt.${PN} 10
diff --git a/packages/util-linux/util-linux_2.12q.bb b/packages/util-linux/util-linux_2.12q.bb
index 93b96cb5e1..cfb8040135 100644
--- a/packages/util-linux/util-linux_2.12q.bb
+++ b/packages/util-linux/util-linux_2.12q.bb
@@ -4,4 +4,4 @@ ARM_INSTRUCTION_SET = ""
include util-linux.inc
-PR = "r2"
+PR = "r3"