1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 13:29:16 +02:00
openwrt/package
Daniel Golle 397de50089
base-files: Make sure rootfs_data_max is considered
For sysupgrade on NAND/UBI devices there is the U-Boot environment
variable rootfs_data_max which can be used to limit the size of the
rootfs_data volume created on sysupgrade.
This stopped working reliable with recent kernels, probably due to a
race condition when reading the number of free erase blocks from sysfs
just after removing a volume.
Change the script to just try creating rootfs_data with the desired
size and retry with maximum size in case that fails. Hence calculating
the available size in the script can be dropped which works around the
problem.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-02-17 15:15:42 +00:00
..
base-files base-files: Make sure rootfs_data_max is considered 2022-02-17 15:15:42 +00:00
boot ramips: add support for Xiaomi Mi Router CR660x series 2022-02-07 00:03:27 +01:00
devel strace: Update to version 5.16 2022-02-01 21:25:02 +01:00
firmware ipq40xx: add support for ZTE MF286D 2022-02-05 00:44:35 +01:00
kernel mt76: update to the latest version 2022-02-15 15:18:22 +01:00
libs libnetfilter-conntrack: bump to 1.0.9 2022-02-17 13:59:44 +02:00
network tcpdump: Fix CVE-2018-16301 2022-02-12 23:22:05 +01:00
system procd: simplify uxc init script 2022-02-13 23:31:27 +00:00
utils ucode: update to latest Git HEAD 2022-02-12 20:51:22 +01:00
Makefile