openwrt-mirror/package/base-files/files
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
..
bin base-files: ipcalc.sh: Add netmask2prefix function 2023-12-12 12:30:35 -07:00
etc base-files/leds: add setting the LED color via uci 2024-02-07 15:34:43 +01:00
lib base-files: move uci_set_poe() to uci-defaults.sh 2024-02-12 20:46:51 +01:00
rom rename default/ to files/ 2006-11-22 23:30:57 +00:00
sbin base-files: sysupgrade: do not hide tar errors 2024-02-19 12:41:40 +01:00
usr base-files: validate firmware for compatibility with backup 2019-09-08 09:10:30 +02:00