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

ath79-generic-openwrt-23.05 is configured for the mikrotic target instead #133

Open
lu-zero opened this issue Feb 22, 2024 · 3 comments
Open

Comments

@lu-zero
Copy link

lu-zero commented Feb 22, 2024

$ docker run --rm openwrt/sdk:ath79-generic-openwrt-23.05 grep mikrotik Config-build.in
config DEFAULT_TARGET_ath79_mikrotik
config TARGET_ath79_mikrotik

What I would expect:

config DEFAULT_TARGET_ath79_generic
config TARGET_ath79
config TARGET_ath79_generic
@aparcar
Copy link
Member

aparcar commented Feb 22, 2024

I think they share the same architecture so it doesn't matter

@lu-zero
Copy link
Author

lu-zero commented Feb 22, 2024

I'm afraid it does matter if then try to get the imagebuilder feed on it.

If you call docker build it produces the correct image so there is probably a typo in the CI ?

@lu-zero
Copy link
Author

lu-zero commented Feb 23, 2024

the correct one produces something along the lines of:

└── targets
    └── ath79
        └── generic
            └── packages
                ├── libatomic1_12.3.0-4_mips_24kc.ipk
                ├── libc_1.2.4-4_mips_24kc.ipk
                ├── libgcc1_12.3.0-4_mips_24kc.ipk
                ├── libpthread_1.2.4-4_mips_24kc.ipk
                ├── librt_1.2.4-4_mips_24kc.ipk
                └── libstdcpp6_12.3.0-4_mips_24kc.ipk

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

No branches or pull requests

2 participants