The at91/legacy build in build bot is failing since some months now because it can not create openwrt-at91-legacy-at91-q5xr5-squashfs- factory.bin. See http://phase1.builds.lede-project.org/builders/at91%2Flegacy This is caused by this warning: WARNING: Image file linux-at91_legacy/at91-q5xr5-kernel.bin is too big When the size check is removed it is working again.
I do not have this device and do not know if we can just remove this size check or if we should solve this problem in a different way. Signed-off-by: Hauke Mehrtens <[email protected]> --- target/linux/at91/image/legacy.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/at91/image/legacy.mk b/target/linux/at91/image/legacy.mk index c6d9ed8108..2ed866dddc 100644 --- a/target/linux/at91/image/legacy.mk +++ b/target/linux/at91/image/legacy.mk @@ -113,7 +113,6 @@ TARGET_DEVICES += ethernut5 define Device/at91-q5xr5 $(Device/production-dtb) DEVICE_TITLE := Exegin Q5XR5 - KERNEL_SIZE := 2048k endef TARGET_DEVICES += at91-q5xr5 -- 2.11.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
