From 7961819f881fc91133652d3e7b1c92af0419ac6b Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Mon, 4 Oct 2004 15:08:57 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages 2004/10/04 17:08:35+02:00 local!CoreDump Move rc2.d/S04sd to rcS.d/S39sd, fixing the bug of vanishing library symlinks after a reboot. Credits go to vegiestu who reported the bug and posted a solution to #openzaurus BKrev: 41616789Zf3CiwrUOUwa9E5imt9_2A --- sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sharp-binary-only') diff --git a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe index aadb665692..e5fa5d887a 100644 --- a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe +++ b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "CLOSED" RDEPENDS = "kernel (2.4.18-rmk7-pxa3-embedix)" -PR = "r5" +PR = "r6" SRC_URI = "http://www.openzaurus.org/mirror/sd-modules-2.4.18-rmk7-pxa3-embedix.tar.bz2 \ file://sd \ @@ -15,7 +15,7 @@ S = "${WORKDIR}" inherit update-rc.d INITSCRIPT_NAME = "sd" -INITSCRIPT_PARAMS = "start 04 2 3 4 5 . stop 96 0 1 6 ." +INITSCRIPT_PARAMS = "start 39 S . stop 96 0 1 6 ." do_install() { install -d ${D}/etc/init.d ${D}/sbin -- cgit 1.2.3-korg