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

openwrt package #146

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

openwrt package #146

wants to merge 8 commits into from

Conversation

Habbie
Copy link
Member

@Habbie Habbie commented Dec 28, 2024

This currently sits on top of #145

TODO:

this builds, but is a bit too dynamic still:

voorkant-lvgl => ./build_dir/target-arm_arm926ej-s_musl_eabi/voorkant/openwrt-build/voorkant-lvgl (interpreter => /lib/ld-musl-arm.so.1)
    libnghttp2.so.14 => not found
    libatomic.so.1 => not found
    libstdc++.so.6 => not found
    libgcc_s.so.1 => not found
    libc.so => not found
@Habbie
Copy link
Member Author

Habbie commented Dec 28, 2024

As of the last commit, I managed to generate a binary that works on Toon, with working DNS. But this PR is not everything.

openwrt's curl package needs CONFIG_LIBCURL_WEBSOCKETS=y for it (a flag I added locally to the openwrt curl package), which in turn (as of their port of curl 8.10.1) needs CONFIG_LIBCURL_VERBOSE=y. I also manually bumped openwrt's meson to 1.6.1, although that might no longer be necessary now that we have bin2header.

I'll turn this into a github workflow which will serve as documentation for all changes needed to the environment outside of this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant