diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-11-28 19:13:24 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-11-28 19:13:24 +0000 |
commit | 15355dd212eeeab1bbfab1f21ee2de50a774d906 (patch) | |
tree | a3d902004b65ff9fab62bb0aeaea63eb54f8296b /package | |
parent | 0817bb762fe972aaa3f5d54fc2f5194fd3f67880 (diff) | |
download | upstream-15355dd212eeeab1bbfab1f21ee2de50a774d906.tar.gz upstream-15355dd212eeeab1bbfab1f21ee2de50a774d906.tar.bz2 upstream-15355dd212eeeab1bbfab1f21ee2de50a774d906.zip |
procd: fix typo in nand.sh s/TRX/TAR/
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43423
Diffstat (limited to 'package')
-rw-r--r-- | package/system/procd/files/nand.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/files/nand.sh b/package/system/procd/files/nand.sh index 1da63e2cc1..7fb9343c95 100644 --- a/package/system/procd/files/nand.sh +++ b/package/system/procd/files/nand.sh @@ -330,12 +330,12 @@ append sysupgrade_pre_upgrade nand_upgrade_stage1 # MAGIC # 2) UBIFS - should contain UBIFS partition that will replace "rootfs" volume, # header is checked for the proper MAGIC -# 3) TRX - archive has to include "sysupgrade-BOARD" directory with a non-empty +# 3) TAR - archive has to include "sysupgrade-BOARD" directory with a non-empty # "CONTROL" file (at this point its content isn't verified) # # You usually want to call this function in platform_check_image. # -# $(1): board name, used in case of passing TRX file +# $(1): board name, used in case of passing TAR file # $(2): file to be checked nand_do_platform_check() { local board_name="$1" |