[oe-commits] [meta-openembedded] 31/39: Fix zram module paramter name

git at git.openembedded.org git at git.openembedded.org
Wed Jun 20 23:16:13 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch sumo-next
in repository meta-openembedded.

commit ea0f32a91613e93ba9ebba583f2b392dc6c52c6f
Author: Michael Siebecker <michael at siebecker.ch>
AuthorDate: Thu Mar 1 19:23:52 2018 +0100

    Fix zram module paramter name
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    (cherry picked from commit 89535bb64db95a48fd4cadd87aaf398157a2ac59)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 7b6cbf4..a2c9c21 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list