1
1
openwrt/package
Nick Hainke 16775c4852 base-files: sysupgrade: avoid cat missing conffiles_static
If the user removes all /lib/apk/packages/*.conffiles* files to prevent
sysupgrade from preserving configuration, the glob no longer matches and
sysupgrade ends up calling cat on a non-existent path:

  cat: can't open '/lib/apk/packages/*.conffiles_static': No such file or directory

Fix this by using find cmd.

Signed-off-by: Nick Hainke <vincent@systemli.org>
Link: https://github.com/openwrt/openwrt/pull/22071
(cherry picked from commit 10db6fc26e)
Link: https://github.com/openwrt/openwrt/pull/22566
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-03-23 11:31:58 +01:00
..
base-files base-files: sysupgrade: avoid cat missing conffiles_static 2026-03-23 11:31:58 +01:00
boot uboot-lantiq: fix C-style comments in AWK scripts 2026-03-23 01:25:12 +01:00
devel gdb: add CPPFLAGS 2026-02-17 22:30:19 +01:00
firmware wireless-regdb: update to version 2026.02.04 2026-02-24 20:25:42 +01:00
kernel mac80211: ath9k: patch hw.c for gpio mask from dt 2026-03-20 13:32:05 +01:00
libs libubox: set abi version to previous bump for stable release 2026-03-15 19:35:03 +01:00
network hostapd: fix memory leak in rrm ubus interface 2026-03-22 15:17:05 +01:00
system procd: update to git HEAD 2026-03-13 23:17:30 +00:00
utils jsonfilter: update to Git HEAD (2026-03-16) 2026-03-16 00:52:52 +01:00
Makefile build: use STAGING_DIR for special APK package versions 2026-03-07 10:12:44 +01:00