Skip to content

Add TARGET environment variable to action.yml#61

Open
Zerogiven wants to merge 23 commits intoopenwrt:mainfrom
Zerogiven:main
Open

Add TARGET environment variable to action.yml#61
Zerogiven wants to merge 23 commits intoopenwrt:mainfrom
Zerogiven:main

Conversation

@Zerogiven
Copy link
Copy Markdown

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

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>
@aparcar
Copy link
Copy Markdown
Member

aparcar commented Mar 14, 2026

Kindly cleanup this commit history...

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.

2 participants