diff options
author | Michael Siebecker <michael@siebecker.ch> | 2018-03-01 19:23:52 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-06-14 20:12:07 -0700 |
commit | ea0f32a91613e93ba9ebba583f2b392dc6c52c6f (patch) | |
tree | 88f3d20ff09c46479c5ba437d01a315322177a99 | |
parent | a4ec81345b525c4b978348d33110802c2e76264f (diff) | |
download | meta-openembedded-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>
-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 7b6cbf414..a2c9c2123 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 |