Wifi fallback fix#7
Open
privatereese wants to merge 2 commits into
Open
Conversation
…3c0ded66fbbd0253de97c29322b9fc8654df9
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the site build inputs to pick up a WiFi fallback fix from the tecff Gluon packages feed and improves the build Makefile’s portability across non-Linux environments.
Changes:
- Pin
tecff/gluon-packagesto thewifi-fallback-fixbranch and a new commit. - Make the default
JOBSautodetection work on BSD/macOS and other POSIX systems (fallback tosysctl/getconf). - Replace GNU
ln -Tusage with a more portable “remove then symlink” approach for${GLUON_BUILD_DIR}/site.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| modules | Switches the tecff feed branch/commit to the WiFi fallback fix revision. |
| Makefile | Improves cross-platform CPU detection and makes the site symlink step portable without GNU ln -T. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rotanid
requested changes
Jun 15, 2026
rotanid
left a comment
Member
There was a problem hiding this comment.
do we know the build change works with Debian 11/12/13 ?
if yes, it's fine with me.
Comment on lines
-4
to
-5
| PACKAGES_TECFF_BRANCH=main | ||
| PACKAGES_TECFF_COMMIT=8b81ae7bda36e99e1fbe5001ae9559bc41bc215f |
Member
There was a problem hiding this comment.
nope. first has to be merged, then modules will be pushed in main branch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.