diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-04 15:08:57 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-04 15:08:57 +0000 |
commit | 7961819f881fc91133652d3e7b1c92af0419ac6b (patch) | |
tree | f4c537db6054fda4e564b45aef866b65c333f553 | |
parent | a97dd35a667ae08998be0159798e8a4e50d1813f (diff) |
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
-rw-r--r-- | sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe | 4 |
1 files changed, 2 insertions, 2 deletions
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 |