Ilario Gelmetti
Ilario Gelmetti
The translations are here: https://github.com/translation-bridge/lime-app/tree/issue-119 And here: https://translatewiki.net/w/i.php?title=Special:MessageGroupStats/&group=libremesh&x=D#sortable:3=desc The people that should know how to add more strings (and remove the unused ones!!! like some old strings and the whole...
I completely agree. I am going to contact by mail the involved people (LibreMesh developers within Altermundi.net organization) asking if they can participate in this discussion and deal with this...
I recall that the same issue was present (at least in 2022) when trying to connect to a hotspot using First Boot Wizard. On Android, to change the hotspot SSID...
Currently three solutions have been proposed: I proposed to just edit all the files: https://github.com/libremesh/lime-packages/pull/980/commits/ff8fd58d45c0b3fcb7119b2eceaad256446e41d5 @aparcar proposed to create a function to be used until when unique_append gets included in...
Looks amazing :D Compiling an image with this code and OpenWrt 24.10, I observed this warning message: `WARNING: Makefile 'package/feeds/libremesh/pirania/Makefile' has a dependency on 'liblucihttp0', which does not exist` Seems...
> Compiling an image with this code and OpenWrt 24.10, I observed this warning message: `WARNING: Makefile 'package/feeds/libremesh/pirania/Makefile' has a dependency on 'liblucihttp0', which does not exist` Seems that from...
> The source level dependency should be just `+liblucihttp` - buildroot will take care of turning it into `Depends: liblucihttp0` automatically in binary package metadata. Thanks!!!! I did not see...
Already comparing the compressed size of the packages, it is clear that libstdcpp6 is the main problem for routers with not-huge flash. The list below is taken from a typical...
Analysing the targets that we usually use (ath79|ipq40xx|ipq806x|mediatek|ramips|x86), I found these strings that looks like interface names: "eth5" | https://github.com/openwrt/openwrt/tree/d84fecfaf2f140786ad4dd971c69660b1deae942/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x-sfp.dts#L72 "ethblack" "ethblue" | https://github.com/openwrt/openwrt/tree/d84fecfaf2f140786ad4dd971c69660b1deae942/target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts#L150-L155 "ethernet" | https://github.com/openwrt/openwrt/tree/d84fecfaf2f140786ad4dd971c69660b1deae942/target/linux/ramips/dts/mt7621_dlink_covr-x1860-a1.dts#L200 "ethernet2" | https://github.com/openwrt/openwrt/blob/d84fecfaf2f140786ad4dd971c69660b1deae942/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-pa2200.dts#L235...
Amazing work @pony1k , thanks! Regarding the USB ethernet, which would be the interface name? Does the current code manages it correctly?