From c4c6ef099afc8e9c96acca49fbb782055f6b185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 28 Nov 2014 19:13:24 +0000 Subject: procd: fix typo in nand.sh s/TRX/TAR/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43423 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/procd/files/nand.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/system/procd/files/nand.sh') 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" -- cgit v1.2.3