Re: [OpenWrt-Devel] Latest OpenWRT on Gemini v4.14

2018-03-18 Thread Linus Walleij
On Tue, Mar 13, 2018 at 10:52 PM, Hauke Mehrtens wrote: > We updated to GCC 7 as default compiler now, so this problems should be > solved. Great! Thanks. > I saw this dns313-header.c tool, this should better be added to > tools/firmware-utils/src/ which already provides tools for other > firmw

[OpenWrt-Devel] [PATCH] apm821xx: switch MR24's initramfs to multi-image method

2018-03-18 Thread Christian Lamparter
The recent change to switch to gcc 7.3 broke the image generation code, as the kernel would no longer fit into KERNEL_SIZE. This patch fixes the issue by reworking the initramfs creation and packaging, which will get rid of the KERNEL_SIZE check in the process. This new initramfs can be loaded th