We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
root/
so the communities should also move their files following this scheme.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: