Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Build Error on OpenWRT 23.05.0 #27

@marcpaulchand

Description

@marcpaulchand

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions