base-files: upgrade: nand: use "cmd" argument for extracting command
authorRafał Miłecki <rafal@milecki.pl>
Fri, 12 Jul 2024 09:36:47 +0000 (11:36 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 19 Jul 2024 06:48:51 +0000 (08:48 +0200)
commit715634e6d1443eacdcb84b04d1028c1564b08dbf
tree36c5a352a9c5a68656f94eef93570af4fe14e5c5
parent4565699ebeff39f0e4ace9da42df219a0faf181c
base-files: upgrade: nand: use "cmd" argument for extracting command

NAND code uses either "cat" or "zcat" for getting firmware image
content. Code was full of duplicated ${gz}cat calls. Use "cmd" variable
that is determined by a caller and passed to lower level functions. This
avoids code duplication and allows adding support for more formats.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
package/base-files/files/lib/upgrade/nand.sh