[oe] [meta-oe][PATCH] Fix zram module paramter name

akuster808 akuster808 at gmail.com
Sun Mar 4 15:02:01 UTC 2018



On 02/28/2018 11:08 PM, Michael Siebecker wrote:
>
> ---
>  meta-oe/recipes-extended/zram/zram/init | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Please rebase

- armin
>
> 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




More information about the Openembedded-devel mailing list