From ea0f32a91613e93ba9ebba583f2b392dc6c52c6f Mon Sep 17 00:00:00 2001 From: Michael Siebecker Date: Thu, 1 Mar 2018 19:23:52 +0100 Subject: Fix zram module paramter name Signed-off-by: Khem Raj (cherry picked from commit 89535bb64db95a48fd4cadd87aaf398157a2ac59) Signed-off-by: Armin Kuster --- meta-oe/recipes-extended/zram/zram/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg