obs-build
obs-build copied to clipboard
Initial OpenWrt setup
This is an attempt to get set up for OpenWrt builds for GSoC 2023.
The code and comments are mostly unnecessary (noop) at the moment and the plan is to work on them to get a clean setup working. Currently I'd like to know if the code design is accurate. For example, is running make download a reasonable approach to getting build dependencies installed? (It is the official way to do this under OpenWrt, and does not compile anything, only downloads files.)
More details on this issue: https://github.com/openSUSE/open-build-service/issues/10228
This PR is ready for review, let me know what you think. Thanks!