summaryrefslogtreecommitdiff
path: root/packages/openslug-init/openslug-init_0.10.bb
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-07-11 10:58:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-11 10:58:52 +0000
commitaa1a6ba6a5924b5823ab5d68cc325287be2422a9 (patch)
tree26b1492b39070583a6ba9f445433d40cf2ed5526 /packages/openslug-init/openslug-init_0.10.bb
parent694993329317a1c144a68886b43f11b45899350e (diff)
parent047c20edd445e7210f4e3dcce9d545f71c4cada6 (diff)
propagate from branch 'org.openembedded.dev' (head ef5052f6f05fb50a73e1535b3bfe8a3458070397)
to branch 'org.openembedded.nslu2-linux' (head 49e8d85b0430ec83a9e882230e3044c74359e2e4)
Diffstat (limited to 'packages/openslug-init/openslug-init_0.10.bb')
-rw-r--r--packages/openslug-init/openslug-init_0.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/openslug-init/openslug-init_0.10.bb b/packages/openslug-init/openslug-init_0.10.bb
index f0af1aa9fb..b5801e252c 100644
--- a/packages/openslug-init/openslug-init_0.10.bb
+++ b/packages/openslug-init/openslug-init_0.10.bb
@@ -3,7 +3,7 @@ SECTION = "console/network"
LICENSE = "GPL"
DEPENDS = "base-files devio"
RDEPENDS = "busybox devio"
-PR = "r33"
+PR = "r34"
SRC_URI = "file://linuxrc \
file://boot/flash \
@@ -121,6 +121,7 @@ pkg_postinst_openslug-init() {
update-rc.d $opt syslog.file start 39 S . start 47 0 6 .
update-rc.d $opt syslog.network start 44 S . start 39 0 6 .
update-rc.d $opt zleds start 99 S 1 2 3 4 5 . stop 5 0 1 2 3 4 5 6 .
+ update-rc.d $opt rmrecovery start 99 1 2 3 4 5 .
# bug fix for startup
update-rc.d $opt leds_startup start 1 1 2 3 4 5 .
}