mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-19 19:12:09 -05:00
Every time "sysupgrade -b -" runs it would generate a new
(synthetic) "/etc/uci-defaults/10_disable_services" file with
the current time as the modified time. This unfortunately
creates a non-deterministic tarball, so if you run a cron job
to save your state, you don't have a trivial way of seeing if
it changed or not without unpacking the archive, deleting this
file, and comparing the entire directory tree to the previous
backup.
Fixes: #16145
Fixes:
|
||
|---|---|---|
| .. | ||
| firstboot | ||
| hotplug-call | ||
| led.sh | ||
| pkg_check | ||
| sysupgrade | ||