1
1
openwrt/package
Anna Kiri 2b4e46345f
mtd: imagetag: remove unused imagestart variable
The imagestart variable was assigned sizeof(tag) (which incorrectly
computed the pointer size rather than the struct size), but was never
actually read after the assignment in either trx_fixup() or
mtd_fixtrx(). The CRC calculations that follow use
offsetof(struct bcm_tag, header_crc) directly.

Remove the dead variable and its assignments entirely rather than fixing
the sizeof expression. No functional change.

Signed-off-by: Anna Kiri <bredcorn@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23546
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2026-06-02 21:32:27 +02:00
..
base-files base-files: add options to disable default button handling 2026-05-20 00:02:31 +02:00
boot uboot-imx: add support for Kontron OSM-S/BL i.MX8MP 2026-06-01 17:49:36 +02:00
devel package: binutils: deduplicate ld 2026-04-18 19:34:21 +02:00
firmware firmware-imx: add package for NXP i.MX8 DDR/HDMI firmware files 2026-06-01 17:49:36 +02:00
kernel kernel/modules: add RV3028 I2C RTC kernel module support 2026-06-01 17:49:36 +02:00
libs libubox: update to Git HEAD (2026-05-23) 2026-05-23 19:33:16 +02:00
network ethtool: update to 7.0 2026-05-29 10:50:41 +02:00
system mtd: imagetag: remove unused imagestart variable 2026-06-02 21:32:27 +02:00
utils busybox: update to 1.38.0 2026-06-02 20:43:53 +02:00
Makefile build: add CycloneDX SBOM processing to apk 2026-05-17 12:21:09 +02:00