We want to build packages for the different tools in this repo. Here are some links for how to do that: - Packaging guide: https://openwrt.org/docs/guide-developer/packages - Example rust package: https://github.com/openwrt/packages/blob/2dbd1a9bb5e4a641b8b914e13e10f48eb3c77ae2/utils/lsd/Makefile#L15 It likely involves the buildroot that we already build in `Dockerfile`
We want to build packages for the different tools in this repo.
Here are some links for how to do that:
It likely involves the buildroot that we already build in
Dockerfile