Openwrt/target/linux/x86
Yousong Zhou c02096361c x86: upgrade: make code comment appear as log lines
The comment content can be useful for readers of both the log and code

Previously when dd command "records in/out" messages are not filtered
like now with get_image_dd, it's not clear that these messages are for
extracting boot sectors.  E.g.

Before

  == upgrade: Reading partition table from bootdisk...
  37+26 records in
  37+26 records out
  == upgrade: Reading partition table from image...

After

  == upgrade: Reading partition table from bootdisk...
  == upgrade: Extract boot sector from the image
  37+26 records in
  37+26 records out
  == upgrade: Reading partition table from image...

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-11-11 21:29:55 +08:00
..
64 kernel: remove support for kernel 4.19 2020-10-30 19:29:59 +01:00
base-files x86: upgrade: make code comment appear as log lines 2020-11-11 21:29:55 +08:00
generic kernel: remove support for kernel 4.19 2020-10-30 19:29:59 +01:00
geode kernel: remove support for kernel 4.19 2020-10-30 19:29:59 +01:00
image
legacy kernel: remove support for kernel 4.19 2020-10-30 19:29:59 +01:00
patches-5.4
config-5.4 kernel: move CONFIG_F2FS_CHECK_FS to generic kernel config 2020-10-11 16:38:16 +02:00
Makefile
modules.mk