mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
|
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
After merge of https://github.com/openwrt/openwrt/pull/20709 I noticed, that https://mirror-03.infra.openwrt.org/snapshots/targets/ath79/tiny/ still does not contain the build for RE450. I analyzed the problem and noticed, that only builds which fits into original size can be build and if the image is larger, it fails with the following error: "WARNING: Image file .../openwrt/build_dir/ target-mips_24kc_musl/linux-ath79_tiny/tmp/ openwrt-ath79-tiny-tplink_re450-v1-squashfs-sysupgrade.bin is too big: > 7864320". This error is quite misleading as the image is smaller than 7864320. The reason for this error is that default tplink-safeloader has hardcoded factory partition structure and fails to generate any file. Rather then fixing tplink-safeloader I followed approach from commit |
||
|---|---|---|
| .. | ||
| imagebuilder | ||
| linux | ||
| llvm-bpf | ||
| sdk | ||
| toolchain | ||
| Config.in | ||
| Makefile | ||