airoha: fix imagebuilder generation by introducing generic target
authorNick Hainke <vincent@systemli.org>
Sun, 11 Sep 2022 19:53:20 +0000 (21:53 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 13 Oct 2022 15:38:59 +0000 (17:38 +0200)
commitdbce336539a862c1ef01b69a8b7b137018c3c281
tree1afe001435a80d04fdcfe7747217065343e16900
parente5cab973a4b5ad1a10787b2312129b346f3a581a
airoha: fix imagebuilder generation by introducing generic target

The generic imagebuilder does not have a generic in the name, although
this is the default naming scheme. Apply the same fix as for the octeon
target. Thanks to @dangowrt for reporting that the same issues applies
also for the airoha target.

Before the fix:
openwrt-imagebuilder-airoha.Linux-x86_64.tar.xz

After:
openwrt-imagebuilder-airoha-generic.Linux-x86_64.tar.xz

Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/airoha/generic/target.mk [new file with mode: 0644]