aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Siebecker <michael@siebecker.ch>2018-03-01 19:23:52 +0100
committerKhem Raj <raj.khem@gmail.com>2018-05-23 15:32:05 -0700
commit89535bb64db95a48fd4cadd87aaf398157a2ac59 (patch)
treee9b264490ff991cbd2dc6b4bb39b697f18ff46a8
parent88da9035b647ad13238385361d70e7ed12d071b1 (diff)
downloadmeta-openembedded-contrib-89535bb64db95a48fd4cadd87aaf398157a2ac59.tar.gz
Fix zram module paramter name
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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