Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm3: fix incorrect download URL #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 5, 2022

  1. wasm3: fix incorrect download URL

    `PKG_SOURCE_URL` must not point to the `.tar.gz` file, instead it must
    point to the directory of the download, while `PKG_SOURCE` points to
    the `.tar.gz`
    
    See the [**Creating packages** guide on the OpenWRT Wiki][1].
    As an example, see the [websocketpp Makefile][2].
    
    [1]: https://openwrt.org/docs/guide-developer/packages#buildpackage_variables
    [2]: https://github.com/openwrt/packages/blob/f08eb8552c6bd71124a5407fb37abe6dc4982ac3/libs/websocketpp/Makefile#L11-L13
    
    on-behalf-of: @nqminds <[email protected]>
    aloisklink committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    49b32c0 View commit details
    Browse the repository at this point in the history