summaryrefslogtreecommitdiff
path: root/packages/sysvinit/sysvinit_2.86.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-08-06 03:00:13 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-06 03:00:13 +0000
commit6b71845f497e11657ffaf67a2b2e51f5ab465f6d (patch)
treece98124dfa42fb270d7a86529992e2374279d6c6 /packages/sysvinit/sysvinit_2.86.bb
parenta74d0fc495e2d6201041740e6ad45eadb0f34fcb (diff)
This fixes the problem with the tick count on NSLU2 boards by correcting
the CLOCKS_PER_TICK in the kernel. It also (necessarily) removes the TICKADJ setting in the sysvinit nslu2 rcS-default. It adds a commented out TICKADJ to rcS-default - because that is supported now by the ntp 4.2.0 startup (ntpd) script in OE.
Diffstat (limited to 'packages/sysvinit/sysvinit_2.86.bb')
-rw-r--r--packages/sysvinit/sysvinit_2.86.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sysvinit/sysvinit_2.86.bb b/packages/sysvinit/sysvinit_2.86.bb
index 73813d293f..e59102d931 100644
--- a/packages/sysvinit/sysvinit_2.86.bb
+++ b/packages/sysvinit/sysvinit_2.86.bb
@@ -3,7 +3,7 @@ SECTION = "base"
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r17"
+PR = "r18"
# USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
# Set PACKAGE_ARCH appropriately.