network-profiles
network-profiles copied to clipboard
All communities should create their Makefile and adapt the profiles to root/ scheme
Thanks to @aparcar work, we have Github actions doing the continuous integration and compiling the packages. See the action here: https://github.com/libremesh/network-profiles/blob/master/.github/workflows/build.yml
Up to now, the packages get uploaded here: https://github.com/libremesh/lime-feed/tree/gh-pages/profiles
and the direction to include in OPKG configuration or SDK configuration for using this as a binary repository is: http://feed.libremesh.org/profiles/
The communities should create their minimal Makefile like this: https://github.com/libremesh/network-profiles/blob/master/libremesh/encrypt-11s/Makefile
which will complement a basic Makefile which can be seen here: https://github.com/libremesh/network-profiles/blob/master/profile.mk
as you can see, the profile.mk file defines that the files to be copied in the filesystem root have to be included in a directory named root/
, like this:
https://github.com/libremesh/network-profiles/tree/master/libremesh/encrypt-11s
so the communities should also move their files following this scheme.