Add TARGET environment variable to action.yml#61
Open
Zerogiven wants to merge 23 commits intoopenwrt:mainfrom
Open
Add TARGET environment variable to action.yml#61Zerogiven wants to merge 23 commits intoopenwrt:mainfrom
Zerogiven wants to merge 23 commits intoopenwrt:mainfrom
Conversation
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Refactor docker run commands based on TARGET environment variable. Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Removed conditional check and modification for llvm.download-ci-llvm in Rust Makefile. Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Add patch to silence missing prototypes warnings Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Removed wget command for downloading a patch file. Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
List contents of ltq-adsl directory and display Makefile. Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Comment out ls and cat commands, modify sed command to include additional flags. Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Added sed commands to modify Makefile for kernel package build process. Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Add neutralization steps for KernelPackage in Makefile Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Removed commented-out lines related to kernel package compilation and Makefile modifications. Signed-off-by: CSoellinger <Zerogiven@users.noreply.github.com>
Member
|
Kindly cleanup this commit history... |
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.
This is a very hacky solution. Hopefully someone else have a nicier idea how to solve it. Problem is if we set an empty TARGET env variable it uses the default from setup.sh (x86/64).
But for example if you need to build a kernel module especially for mediatek-filogic you have to change the TARGET because it uses "bcm27xx/bcm2710" by default. (no idea why not mediatek/filogic).
With this really bad patch you can overwrite the TARGET