build: normalize imagebuilder/sdk naming normal
authorPaul Spooren <[email protected]>
Wed, 22 Sep 2021 08:15:19 +0000 (22:15 -1000)
committerPaul Spooren <[email protected]>
Fri, 24 Sep 2021 18:33:37 +0000 (08:33 -1000)
commitac9c49892399229231fb1ddd11de5155abd93e29
tree033a546ae8f98dea540af7ceb754341ef7ffef5e
parent3128dfc18a5eaff145d17b8a3fe1131d10922384
build: normalize imagebuilder/sdk naming

We use a specific file prefix dependent on target and release except for
imagebuilder and sdk. While everything goes `openwrt-<release>-<target>`
the two go `openwrt-<sdk/imagebuilder>-<release>-<target>`.

This commit normalizes the naming:

    openwrt-x86-64-generic-squashfs-combined.img
    openwrt-x86-64-generic-squashfs-rootfs.img.gz
    openwrt-x86-64-imagebuilder.Linux-x86_64.tar.xz
    openwrt-x86-64-sdk_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Previously the naming would be as following:

    openwrt-x86-64-generic-squashfs-combined.img
    openwrt-x86-64-generic-squashfs-rootfs.img.gz
    openwrt-imagebuilder-x86-64.Linux-x86_64.tar.xz
    openwrt-sdk-x86-64_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Signed-off-by: Paul Spooren <[email protected]>
target/imagebuilder/Makefile
target/sdk/Makefile