Re: [PATCH v3 04/11] base-files: upgrade: add get_image_dd()

2020-11-10 Thread Philip Prindeville
Reviewed-By: Philip Prindeville > On Nov 10, 2020, at 6:45 AM, Yousong Zhou wrote: > > This is mainly to handle stderr message "Broken pipe", "F+P records > in/out" by common pattern "xcat | dd .." > > Ref: https://bugs.openwrt.org/index.php?do=details&task_id=3140 > Reported-by: Philip Prind

[PATCH v3 04/11] base-files: upgrade: add get_image_dd()

2020-11-10 Thread Yousong Zhou
This is mainly to handle stderr message "Broken pipe", "F+P records in/out" by common pattern "xcat | dd .." Ref: https://bugs.openwrt.org/index.php?do=details&task_id=3140 Reported-by: Philip Prindeville Signed-off-by: Yousong Zhou --- package/base-files/files/lib/upgrade/common.sh | 11 ++