From: Nick Hainke Date: Sun, 11 Sep 2022 19:53:20 +0000 (+0200) Subject: airoha: fix imagebuilder generation by introducing generic target X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dbce336539a862c1ef01b69a8b7b137018c3c281;p=openwrt%2Fstaging%2Fnbd.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 0000000000..f5cb1fb19b --- /dev/null +++ b/target/linux/airoha/generic/target.mk @@ -0,0 +1 @@ +BOARDNAME:=Generic