Hi,
I've been a happy OpenWRT user for many years now, always buying
routers that could allow me to run it easily.
I've been working (actually only in my free time as a hobby) on
porting OpenWRT onto this Renesas board:
https://www.renesas.com/eu/en/products/microcontrollers-microprocessors/rz-mp
Hi,
We kind of don’t add image just to contain extra drivers. Extra UCI defaults
for eth ordering are fine but please don’t add an extra image if it just
contains 1-2 extra packages, installable via the ImageBuilder or OPKG.
>
>> On Oct 23, 2023, at 8:52 PM, Xiaojun Liu wrote:
>>
>> Add new
On Mon, 30 Oct 2023 at 10:40, Michele Bisogno wrote:
>
> Hi,
>
> I've been a happy OpenWRT user for many years now, always buying
> routers that could allow me to run it easily.
Hi, nice to hear this.
>
> I've been working (actually only in my free time as a hobby) on
> porting OpenWRT onto this
This fixes compilation with glibc.
_FORTIFY_SOURCE only works with compiler optimizations activated.
We have to deactivate it when we set -O0.
This fixes the following error message with glibc:
error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O)
[-Werror=cpp]
musl libc do