diff options
-rw-r--r-- | meta/recipes-kernel/modutils/modutils-initscripts.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/modutils/modutils-initscripts.bb b/meta/recipes-kernel/modutils/modutils-initscripts.bb index 1665955291..5ae34b4df8 100644 --- a/meta/recipes-kernel/modutils/modutils-initscripts.bb +++ b/meta/recipes-kernel/modutils/modutils-initscripts.bb | |||
@@ -4,10 +4,10 @@ LICENSE = "PD" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7bf87fc37976e93ec66ad84fac58c098" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7bf87fc37976e93ec66ad84fac58c098" |
5 | SRC_URI = "file://modutils.sh \ | 5 | SRC_URI = "file://modutils.sh \ |
6 | file://PD.patch" | 6 | file://PD.patch" |
7 | PR = "r4" | 7 | PR = "r5" |
8 | 8 | ||
9 | INITSCRIPT_NAME = "modutils.sh" | 9 | INITSCRIPT_NAME = "modutils.sh" |
10 | INITSCRIPT_PARAMS = "start 20 S ." | 10 | INITSCRIPT_PARAMS = "start 2 S ." |
11 | 11 | ||
12 | inherit update-rc.d | 12 | inherit update-rc.d |
13 | 13 | ||