diff options
Diffstat (limited to 'sharp-binary-only')
-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 |