summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zram/zram_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/zram/zram_0.1.bb')
-rw-r--r--meta-oe/recipes-extended/zram/zram_0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/zram/zram_0.1.bb b/meta-oe/recipes-extended/zram/zram_0.1.bb
index 3b1c8454d..e07f570d1 100644
--- a/meta-oe/recipes-extended/zram/zram_0.1.bb
+++ b/meta-oe/recipes-extended/zram/zram_0.1.bb
@@ -23,7 +23,7 @@ do_install () {
23 install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system 23 install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system
24} 24}
25 25
26FILES_${PN} = "${sysconfdir}/init.d" 26FILES_${PN} = "${sysconfdir}"
27INITSCRIPT_NAME = "zram" 27INITSCRIPT_NAME = "zram"
28INITSCRIPT_PARAMS = "start 05 2 3 4 5 . stop 22 0 1 6 ." 28INITSCRIPT_PARAMS = "start 05 2 3 4 5 . stop 22 0 1 6 ."
29 29