From: Nick Hainke Date: Sun, 11 Sep 2022 19:53:20 +0000 (+0200) Subject: airoha: fix imagebuilder generation by introducing generic target X-Git-Tag: v23.05.0-rc1~2139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10683%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/airoha/generic/target.mk b/target/linux/airoha/generic/target.mk new file mode 100644 index 00000000000..f5cb1fb19b9 --- /dev/null +++ b/target/linux/airoha/generic/target.mk @@ -0,0 +1 @@ +BOARDNAME:=Generic