mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
|
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
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 |
||
|---|---|---|
| .. | ||
| bin | ||
| lzma-loader | ||
| common-buffalo.mk | ||
| common-mikrotik.mk | ||
| common-nec.mk | ||
| common-netgear.mk | ||
| common-senao.mk | ||
| common-tp-link.mk | ||
| common-ubnt.mk | ||
| common-yuncore.mk | ||
| generic-tp-link.mk | ||
| generic-ubnt.mk | ||
| generic.mk | ||
| Makefile | ||
| mikrotik.mk | ||
| nand.mk | ||
| tiny-netgear.mk | ||
| tiny-tp-link.mk | ||
| tiny-ubnt.mk | ||
| tiny.mk | ||