openSUSE / obs-build

OBS build script, can be used with OBS or stand alone
GNU General Public License v2.0
132 stars 183 forks source link

Initial OpenWrt setup #934

Open ndren opened 1 year ago

ndren commented 1 year ago

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.)

ndren commented 1 year ago

More details on this issue: https://github.com/openSUSE/open-build-service/issues/10228

ndren commented 1 year ago

This PR is ready for review, let me know what you think. Thanks!