You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Instead of building the entire image including snapcast and all dependencies, this methods uses the so called OpenWRT-SDK to only build the package and install it to an official vanilla OpenWRT build for your device.
57
+
58
+
### Advantages:
59
+
- faster
60
+
- uses less disk space while building
61
+
- less prone to dependency related errors
62
+
### Disadvantages:
63
+
- only works for systems with available official builds
64
+
- if SnapOS would optimize the base OpenWRT-System (currently it doesn't), these changes would not be reflected by this method
65
+
66
+
### Instructions
67
+
#### Get the base image for your device
68
+
General remarks:
69
+
- At time of writing we use OpenWRT version 19.07.2.
70
+
- In this example snapcast is built for a TP-Link TL-WR710 v2.1.
71
+
72
+
Find your device's page, e.g. https://openwrt.org/toh/tp-link/tl-wr710n
73
+
74
+
download the latest image from there: http://downloads.openwrt.org/releases/19.07.2/targets/ar71xx/generic/openwrt-19.07.2-ar71xx-generic-tl-wr710n-v2.1-squashfs-factory.bin
75
+
76
+
note down your device's architecture:
77
+
- ar71xx/generic
78
+
79
+
#### Get OpenWRT-SDK
80
+
Download the latest release of the SDK for your architecture and unpack:
0 commit comments