Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openwrt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ $ ./scripts/feeds install -a
#### Build
In `make menuconfig` navigate to `Sound/snapcast` and select `Snapclient`

Also make sure to select your device in the target settings.
Also make sure to select your device by editing the makefile in the <wrt-sdk> directory.

```
$ cd <wrt dir>
$ make defconfig
$ make menuconfig
$ make
$ make package/snapcast/compile
```

The packaged `ipk` file is in
Expand Down
2 changes: 1 addition & 1 deletion openwrt/snapcast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ define Package/snapclient/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/snapclient.init $(1)/etc/init.d/snapclient
$(INSTALL_DIR) $(1)/etc/default
$(INSTALL_BIN) $(PKG_BUILD_DIR)/debian/snapclient.default $(1)/etc/default/snapclient
# $(INSTALL_BIN) $(PKG_BUILD_DIR)/debian/snapclient.default $(1)/etc/default/snapclient
endef

$(eval $(call BuildPackage,snapserver))
Expand Down