Daniel Golle

Results 272 comments of Daniel Golle

Looks like hotplug script may need to be extended to notify MM about the addition of the cdc_mbim as well as mbim network device. And maybe PCIe MHI devices...

I managed to reproduce this only on kernels which got all USB drivers for MBIM and QMI as well as USB serial devices exposed by modems built-in. With OpenWrt's default...

@arinc9 In that case it would be an issue to be opened for procd, as this is where handling coldplug is missing for built-in drivers, and modemmanager relies on that...

Looks like at least one new Kconfig symbol is still missing: https://github.com/openwrt/openwrt/actions/runs/9731831236/job/26856786854?pr=15838#step:31:34

Got to add `luci-ssl`, `luci-app-firewall` and `kmod-nft-offload` to the list of packages to remove from the installer image. Or no longer remove `firewall4`. It's all cosmetics in the end to...

This has been resolved by https://github.com/dangowrt/owrt-ubi-installer/releases/tag/v1.1.4

I found this issue when trying to build DAHDI on Linux 6.12 with GCC 14 and fortify headers. It probably won't trigger an error without using fortify headers.

Set `CONFIG_FORTIFY_SOURCE=y` in your kernel `.config`, see also https://github.com/torvalds/linux/blob/dee264c16a6334dcdbea5c186f5ff35f98b1df42/security/Kconfig.hardening#L209

I noticed this error when building for a MIPS32-based embedded platform, which obviously changes `sizeof(size_t)` as well as `sizeof()` other basic types compared to x86_64. I can share the complete...

Strangely this doesn't happen on the buildbots nor on my local system, where it picks python3 from `hostpkg` (ie. OpenWrt-built package) rather than the host version. Did you `scripts/feeds install...