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
Here is an example on how to build for mipsel (ramips-mt7621). Check the OpenWrt SDK manual to make sure you have all depencies installed before starting.
30
+
Here is an example on how to build an IPK for mipsel (ramips-mt7621). Check the OpenWrt SDK manual to make sure you have all depencies installed before starting. To build an APK instead just replace SDK_LINK with the SDK from the latest SNAPSHOT.
29
31
30
32
```
31
33
# Select the OpenWrt target / OpenWrt SDK you want to use
@@ -52,6 +54,6 @@ sed -i 's/llvm.download-ci-llvm=true/llvm.download-ci-llvm="false"/' ./feeds/pac
52
54
make defconfig
53
55
make -j1 V=s package/feeds/librespot/librespot/compile
0 commit comments