openwrt-pf/package
Yalei Zang 5b05779b90
uboot-airoha: fix eMMC boot failure caused by redundant env
The an7581/an7583 configs enable redundant environment support,
but do not define CONFIG_ENV_OFFSET_REDUND.

When running `saveenv`, U-Boot tries to write the redundant environment
to MMC. Without a valid redundant environment offset, the data may be
written to an incorrect location and overwrite critical boot data such
as the GPT, BL2/preloader or BL31+U-Boot FIP.

This causes the board to fail booting after saving the environment.

Define CONFIG_ENV_OFFSET_REDUND so the redundant environment is stored
at a valid eMMC offset and no longer corrupts the bootchain.

Signed-off-by: Yalei Zang <yalei.zang@airoha.com>
Link: https://github.com/openwrt/openwrt/pull/24397
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2026-08-02 22:59:57 +02:00
..
base-files base-files: fix missing tabs 2026-07-26 18:02:42 +02:00
boot uboot-airoha: fix eMMC boot failure caused by redundant env 2026-08-02 22:59:57 +02:00
devel package: binutils: deduplicate ld 2026-04-18 19:34:21 +02:00
firmware ixp4xx-microcode: use the linux-firmware images 2026-08-01 18:36:20 +02:00
kernel kernel: netfilter: add kmod-nft-core dep to kmod-nf-flow 2026-08-01 23:43:05 +02:00
libs gettext-full: update to 0.24.2 2026-07-30 19:40:44 +02:00
network ppp: fix precompiled filter option 2026-08-01 12:20:52 +02:00
system fstools: update to git HEAD of 2026-07-25 2026-07-25 17:30:51 +01:00
utils ucode-mod-bpf: bump PKG_RELEASE 2026-07-20 10:43:36 +02:00
Makefile build: add CycloneDX SBOM processing to apk 2026-05-17 12:21:09 +02:00