Adding a new platform: renesas rz

2023-10-30 Thread Michele Bisogno
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

Re: [PATCH] x86 64: Add new device Cordoba Edge Platform

2023-10-30 Thread Paul Spooren
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

Re: Adding a new platform: renesas rz

2023-10-30 Thread Robert Marko
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

[PATCH] Deactivate _FORTIFY_SOURCE in jitterentropy-base.c

2023-10-30 Thread Hauke Mehrtens
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