openwrt/target/linux
Edward Chow 6691ff86b7 ath79: linksys_ea4500-v3: take over the space for user data
The last "syscfg" partition of the OEM firmware turns out to be a
UBIFS used to store user data, just as the "rootfs_data" of OpenWrt,
so it should be reasonable to absorb it into the "ubi" partition.

Factory installations via either OEM firmware or tftp, or by forcibly
flashing factory image to mtd5 (firmware) partition with mtd tool are
confirmed working, but the UBI remaining inside "syscfg" partition
could break upgrade. Fortunately, installing kmod-mtd-rw and erasing
"syscfg" partition before upgrade is confirmed working, in which case,
"ubi" will automatically expand to the blank space once occupied by
the former mtd8 (syscfg), with the total block number increased, but
the UBIFS for rootfs_data will not automatically claim the newly
available space (since it is created when mtd8 still exists, and
sysupgrade does not set "autoresize" flag to rootfs_data). These space
will be claimed during the next upgrade, when rootfs_data is removed
and created again.

Fixes: 50f727b773 ("ath79: add support for Linksys EA4500 v3")

Signed-off-by: Edward Chow <equu@openmail.cc>
Link: https://github.com/openwrt/openwrt/pull/14791
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-11-07 14:56:39 +01:00
..
airoha airoha: an7581: replace TRNG patch with upstream version 2024-10-28 14:01:52 +01:00
apm821xx apm821xx: move CONFIG_GENERIC_PHY up 2024-10-24 00:25:28 +02:00
archs38 kernel: activate *_FS_SECURITY and *_FS_ACL_ATTR options for all big flash targets 2024-09-06 22:46:59 +02:00
armsr armsr: don't limit kmods to armsr armv8 subtarget 2024-10-29 00:07:55 +01:00
at91 at91: drop 6.1 support 2024-09-20 18:42:56 +01:00
ath79 ath79: linksys_ea4500-v3: take over the space for user data 2024-11-07 14:56:39 +01:00
bcm27xx kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
bcm47xx generic: 6.6: add backported bmips CBR patches 2024-08-06 14:06:09 +02:00
bcm53xx kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
bcm4908 bcm4908: drop 6.1 support 2024-08-30 11:39:44 +02:00
bmips bmips: fix kernel panic caused by missing CBR address 2024-10-01 19:15:45 +02:00
d1 kernel: Reorder config files 2024-10-22 21:13:26 +02:00
gemini kernel: bump 6.6 to 6.6.57 2024-10-19 16:21:32 +02:00
generic kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
imx kernel: Reorder config files 2024-10-22 21:13:26 +02:00
ipq40xx ipq40xx: use devm for mutex_init 2024-11-02 12:15:12 +01:00
ipq806x ipq806x: Revert "ipq806x: swap lan leds for Meraki MR52" 2024-10-30 15:51:18 +01:00
ixp4xx ixp4xx: Add back support for D-Link DSM G600 A 2024-05-25 09:17:19 +02:00
kirkwood kirkwood: dns320l: export mcu_power GPIO 2024-10-28 09:24:32 +01:00
lantiq treewide: remove platform_get_resoruce 2024-10-22 00:44:33 +02:00
layerscape layerscape: drop fmc and fmc-eth-config package 2024-10-29 00:07:55 +01:00
loongarch64 kernel: activate *_FS_SECURITY and *_FS_ACL_ATTR options for all big flash targets 2024-09-06 22:46:59 +02:00
malta kernel: activate *_FS_SECURITY and *_FS_ACL_ATTR options for all big flash targets 2024-09-06 22:46:59 +02:00
mediatek mediatek: set 7 MACs per wifi band in board.json on OpenWrt One 2024-11-05 10:11:44 +01:00
mpc85xx mpc85xx: move CONFIG_MTD_SPLIT_FIRMWARE up 2024-10-24 00:30:11 +02:00
mvebu mvebu: cortexa9: drop removal of firewall4 package 2024-10-30 14:17:33 +01:00
mxs mxs: drop removal of firewall4 package 2024-10-30 14:17:33 +01:00
octeon octeon: set Linux 6.6 as the default kernel 2024-09-09 18:24:34 +02:00
omap omap: remove 6.1 support 2024-09-16 00:19:49 +02:00
pistachio pistachio: drop files for Linux 6.1 2024-09-20 18:57:33 +01:00
qoriq kernel: move CONFIG_DRM_OFDRM to generic 2024-10-22 00:50:55 +02:00
qualcommax ipq807x: sax1v1k: fix sysupgrade not touching rootfs_data 2024-09-24 00:07:55 +02:00
ramips ramips: Fix EX400 imagebuilder 2024-11-04 11:25:36 +01:00
realtek realtek: ethernet: Improve SMI polling configuration based on DTS 2024-10-27 22:26:25 +01:00
rockchip kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
sifiveu kernel: Reorder config files 2024-10-22 21:13:26 +02:00
siflower siflower: gpio: use gpiochip_get_data 2024-10-21 09:18:21 +08:00
starfive kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
sunxi kernel: Reorder config files 2024-10-22 21:13:26 +02:00
tegra tegra: promote kernel 6.6 as default 2024-07-13 14:29:16 +02:00
uml uml: fix glibc-static check with GCC14 2024-06-22 22:06:06 +02:00
x86 kernel: Reorder config files 2024-10-22 21:13:26 +02:00
zynq zynq: drop 6.1 support 2024-08-03 11:36:59 +02:00
Makefile linux: add dtb makefile target to targets list 2024-02-08 23:04:55 +01:00