Hello
I tried to compile snapcast for OpenWRT 23.05.0 and I faced an error
Fortunatly it was at the end, during install step of Makefile.
Here is a dirty workaround :
# Copy snapclient.default to files
cp snapos/debian/snapclient.default snapos/openwrt/snapcast/file
# adjust permission
chmod 0755 snapos/openwrt/snapcast/file/snapclient.default
And you'll have to change line 112 on Makefile (snapos/openwrt/snapcast/Makefile) (the original is commented)
# $(INSTALL_BIN) $(PKG_BUILD_DIR)/debian/snapclient.default $(1)/etc/default/snapclient
$(INSTALL_BIN) ./files/snapclient.default $(1)/etc/default/snapclient
Thanks for your marvelous work, it allows to keep my pogoplug up to date !
Bests