Re: [PATCH ustream-ssl 2/2] cmake: Fail if undefined symbols are used

2023-11-11 Thread Rosen Penev
On Sat, Nov 11, 2023 at 1:35 PM Hauke Mehrtens wrote: > > Make the linking of the shared library fail when undefined symbols are > used. Linking undefined symbols in a shared library normally works and > the linking of the binary using the shared library fails. We also > compile some example

[PATCH 0/2] Enable USB serial console on the D-Link DNS-313

2023-11-11 Thread Linus Walleij
: 2023-dns313-usb-serial-b9ac47e3a27e Best regards, -- Linus Walleij ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH 2/2] gemini: Activate serial USB console on the DNS-313

2023-11-11 Thread Linus Walleij
This brings up a serial console on the USB device port of the DNS-313. Signed-off-by: Linus Walleij --- target/linux/gemini/Makefile | 2 +- target/linux/gemini/base-files/etc/inittab | 4 target/linux/gemini/image/Makefile | 2 +- 3 files changed, 6 insertions(+), 2

[PATCH 1/2] kernel: usb: Autoprobe g_serial

2023-11-11 Thread Linus Walleij
For devices using USB gadget serial we need to probe the modules usb_f_acm and g_serial in order, then the available UDC (USB device controller) interface will be hooked up to a serial port as /dev/ttyGS0. (On the host side this appears as /dev/ttyACM0 when plugging in the USB cable.) I don't

[PATCH ustream-ssl 2/2] cmake: Fail if undefined symbols are used

2023-11-11 Thread Hauke Mehrtens
Make the linking of the shared library fail when undefined symbols are used. Linking undefined symbols in a shared library normally works and the linking of the binary using the shared library fails. We also compile some example applications and they failed already. Signed-off-by: Hauke Mehrtens

[PATCH ustream-ssl 1/2] ustream-mbedtls: Add compatibility with Mbed TLS 3.0.0

2023-11-11 Thread Hauke Mehrtens
This adds support for compiling the code against Mbed TLS 3.0.0. It still compiles against Mbed TLS 2.28. The following changes were needed: * DES and 3DES was removed * mbedtls_pk_context->pk_info is private, use mbedtls_pk_get_type() to check if it was initialized *

Re: netifd issue

2023-11-11 Thread Hannu Nyman
Felix Fietkau kirjoitti 10.11.2023 klo 16.38: On 10.11.23 15:21, e9hack wrote: Too fast. I did reboot with the old version again. The patched version does work. Fix pushed, thanks for testing! - Felix Thanks, I tested the current netifd with the fix, and it seems to work ok, again.