Author: rmilecki Date: 2014-11-28 20:13:24 +0100 (Fri, 28 Nov 2014) New Revision: 43423
Modified: trunk/package/system/procd/files/nand.sh Log: procd: fix typo in nand.sh s/TRX/TAR/ Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/package/system/procd/files/nand.sh =================================================================== --- trunk/package/system/procd/files/nand.sh 2014-11-28 17:53:50 UTC (rev 43422) +++ trunk/package/system/procd/files/nand.sh 2014-11-28 19:13:24 UTC (rev 43423) @@ -330,12 +330,12 @@ # 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" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
