openwrt / docker

Docker containers of the ImageBuilder and SDK
GNU General Public License v2.0
455 stars 75 forks source link

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

Open lu-zero opened 5 months ago

lu-zero commented 5 months ago
$ 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 commented 5 months ago

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

lu-zero commented 5 months ago

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 commented 5 months ago

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