diff options
author | Nick Hainke <vincent@systemli.org> | 2022-09-11 21:53:20 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-13 17:38:59 +0200 |
commit | dbce336539a862c1ef01b69a8b7b137018c3c281 (patch) | |
tree | 1afe001435a80d04fdcfe7747217065343e16900 /target/linux/airoha | |
parent | e5cab973a4b5ad1a10787b2312129b346f3a581a (diff) | |
download | upstream-dbce336539a862c1ef01b69a8b7b137018c3c281.tar.gz upstream-dbce336539a862c1ef01b69a8b7b137018c3c281.tar.bz2 upstream-dbce336539a862c1ef01b69a8b7b137018c3c281.zip |
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>
Diffstat (limited to 'target/linux/airoha')
-rw-r--r-- | target/linux/airoha/generic/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |