diff options
author | Michael Siebecker <michael@siebecker.ch> | 2018-03-01 19:23:52 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-23 15:32:05 -0700 |
commit | 89535bb64db95a48fd4cadd87aaf398157a2ac59 (patch) | |
tree | e9b264490ff991cbd2dc6b4bb39b697f18ff46a8 | |
parent | 88da9035b647ad13238385361d70e7ed12d071b1 (diff) | |
download | meta-openembedded-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/init | 2 |
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() { | |||
34 | mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024)) | 34 | mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024)) |
35 | 35 | ||
36 | # load dependency modules | 36 | # load dependency modules |
37 | modprobe zram zram_num_devices=$num_cpus | 37 | modprobe zram num_devices=$num_cpus |
38 | echo "zram devices probed successfully" | 38 | echo "zram devices probed successfully" |
39 | 39 | ||
40 | # initialize the devices | 40 | # initialize the devices |