snapos icon indicating copy to clipboard operation
snapos copied to clipboard

Fix issues/instructions when compiling for OpenWrt

Open kerta1n opened this issue 2 years ago • 3 comments

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 avatar Dec 29 '23 00:12 kerta1n

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.

kerta1n avatar Dec 29 '23 01:12 kerta1n

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

davidandreoletti avatar Mar 29 '24 11:03 davidandreoletti

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

kerta1n avatar Apr 04 '24 15:04 kerta1n