add suport for static linked library#1218
add suport for static linked library#1218javierbrk wants to merge 4 commits intolibremesh:masterfrom
Conversation
|
Another package or a package option, it must be possible to use both dynamic or static. |
|
Let us know when you consider this ready to merge, so that we test it :) |
|
Thanks for the feedback! I've been testing it myself first before sharing.
I think it will be better to add a different package that can be used
indistinctly just like with the original one.
Saludos
Ing. Javier Alejandro Jorge
…On Sat, 8 Nov 2025 at 08:44, Ilario Gelmetti ***@***.***> wrote:
*ilario* left a comment (libremesh/lime-packages#1218)
<#1218 (comment)>
Let us know when you consider this ready to merge, so that we test it :)
—
Reply to this email directly, view it on GitHub
<#1218 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABE2I2AI4CCXUXSM7QH3JC333XJSDAVCNFSM6AAAAACGEZO4G2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKMBWGQ3TIMRTGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
I tested this on a ubnt_litebeam-m5-xw running openwrt-24.10.4. (hopefully with the reduced kernel and other options to save space also the 'dynamic' shared-state-async fit in this 8/64 device)
To do these tests I previously pushed your changes to the branch 'dev' with this patch to fix the PKG_MIRROR_HASH The device were connected via 5ghz to both a openwrt_one running openwrt 24.10.5 (with installed the default shared-state-async) and another gemtek_wvrtm-130acn ow24.10.3 (without shared-state-async, probably originating the errors 'Connection refused category: generic' visible in the above lime-reports) Let me know if I should execute some other tests. Otherwise for me it seems fine, very useful, and I hope it will be merged soon |

#1191 this makefile change enables the use of a statically linked shared state version
libremesh/shared-state-async#2
It can be tested by compiling an image using this repos in the feeds
src-git libremesh https://github.com/javierbrk/lime-packages.git;shared-state-async-static
This is just a draft and still requires further testing.