badaix / snapos

Snapcast OS
GNU General Public License v3.0
98 stars 31 forks source link

Fix issues/instructions when compiling for OpenWrt #28

Open kerta1n opened 9 months ago

kerta1n commented 9 months ago

Update make command so that make does not compile for ALL packages, but just snapcast. Users may end up wasting processing power by compiling packages that are already compiled into packages by the OpenWrt team.

kerta1n commented 9 months ago

A FIX WHILE THIS PR IS OPEN: As of (end of) this year, 23.05.2 is the latest release. Using the instructions from the current README results in compiling ALL packages for OpenWrt, AND THEN Snapcast. It's advised that in order to save time and ONLY compile a Snapcast .ipk, one should use make package/snapcast/compile in the <wrt-sdk> directory, and before that, comment out line 112 in the Makefile. Then continue instructions from there. EDIT: seems issue #27 got to this solution first.

davidandreoletti commented 6 months ago

@badaix This PR should be closed since https://github.com/badaix/snapos/pull/29 is merged in.

kerta1n commented 6 months ago

Willing to link my 16c server to GitHub actions if needed to build packages 😁