Daniel Golle

Results 169 comments of Daniel Golle

Tested local build for ARM Cortex A7 and that also fails due to VFP register arguments confusion: ``` Compiling std_detect v0.1.5 (/usr/src/lede/build_dir/hostpkg/rust-1.54.0/library/stdarch/crates/std_detect) Compiling object v0.22.0 Compiling miniz_oxide v0.4.0 Compiling hashbrown...

The failure on ARM 32-bit platforms almost look like we are not setting `-mfloat-abi=hard` or `-mfpu=...` properly in the main build which then leads to mismatch the (properly configured) rust...

> Pushed a new definition for `arm-openwrt-linux-muslgnuabi` that is hard-float and NEON vfp3. If it works, I can try to make it vfp4 if that would make a difference. It...

Last time I tried at least parts of it were working fine, you need the `json` module of bmx7 loaded and enabled.

Please make a PR against openwrt-19.07 branch backporting the commit. If you like we can do the same game (first master, then openwrt-19.07) for luci-app-bmx6 as well (would be nice...

Just updated the PR for openwrt-routing/packages.git after some testing: https://github.com/openwrt-routing/packages/pull/454

I reckon it'd also be smarted to rather have hostapd/wpa_supplicant depend on mbedTLS rather than switching bmx7 to wolfSSL.

No it isn't. wpad-mesh requires wolfssl (or openssl), bmx7 still requires mbedtls.

somehow relaying DHCPv6 inside the tunnel was brought up as a possible solution, but that may sound easier than it is, as on the gateway side, the routes have to...

* delegate mesh-acquired IPv6 prefixes to interfaces, needed to complete https://github.com/libremesh/lime-packages/pull/71