mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-12 15:42:11 -05:00
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>
|
||
|---|---|---|
| .. | ||
| keep.d | ||
| common.sh | ||
| do_stage2 | ||
| emmc.sh | ||
| fwtool.sh | ||
| legacy-sdcard.sh | ||
| nand.sh | ||
| stage2 | ||
| tar.sh | ||