aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMichael Siebecker <michael@siebecker.ch>2018-03-01 19:23:52 +0100
committerArmin Kuster <akuster808@gmail.com>2018-06-14 20:12:07 -0700
commitea0f32a91613e93ba9ebba583f2b392dc6c52c6f (patch)
tree88f3d20ff09c46479c5ba437d01a315322177a99 /meta-oe
parenta4ec81345b525c4b978348d33110802c2e76264f (diff)
downloadmeta-openembedded-contrib-ea0f32a91613e93ba9ebba583f2b392dc6c52c6f.tar.gz
Fix zram module paramter name
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 89535bb64db95a48fd4cadd87aaf398157a2ac59) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/zram/zram/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/zram/zram/init b/meta-oe/recipes-extended/zram/zram/init
index 7b6cbf414c..a2c9c21239 100644
--- a/meta-oe/recipes-extended/zram/zram/init
+++ b/meta-oe/recipes-extended/zram/zram/init
@@ -34,7 +34,7 @@ start() {
mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024))
# load dependency modules
- modprobe zram zram_num_devices=$num_cpus
+ modprobe zram num_devices=$num_cpus
echo "zram devices probed successfully"
# initialize the devices