openwrt/package
Luiz Angelo Daros de Luca 14ac91c68c base-files: sysupgrade: do not hide tar errors
tar stderr was probably discarded only to remove this message:

  tar: removing leading '/' from member names

However, together with that, any other error would also be discarded.
It is easier to fix that allowing the error message to be printed.

In sysupgrade, the backup file list only uses absolute paths. That way,
the solution is to remove the leading '/' from all files (sed) and chdir
to / (option -C /)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2024-02-19 12:41:40 +01:00
..
base-files base-files: sysupgrade: do not hide tar errors 2024-02-19 12:41:40 +01:00
boot uboot-mediatek: bpi-r3-mini: fix typo in bootmenu 2024-02-16 13:56:01 +00:00
devel binutils: update to 2.42 2024-02-12 23:41:03 +01:00
firmware linux-firmware: intel: add BE200 wifi firmware 2024-02-18 13:49:12 +01:00
kernel kernel: add driver for Airoha EN8811H PHY as module 2024-02-15 19:30:08 +00:00
libs libxml2: update to 2.12.5 2024-02-13 12:34:56 +01:00
network wifi-scripts: fix FILS AKM selection with EAP-192 2024-02-17 08:36:48 -03:00
system ca-certificates: update to version 20240203 2024-02-18 11:49:04 +01:00
utils lua5.3: backport CVE fix 2024-02-17 01:55:49 +01:00
Makefile build: add CycloneDX SBOM JSON support 2023-11-01 11:14:41 +00:00