diff options
author | Nick Hainke <vincent@systemli.org> | 2022-09-11 13:52:31 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-09-24 23:53:53 +0200 |
commit | a67f484e67b1d0930cb4b10b9e3787ecf7e71579 (patch) | |
tree | 4b03181f56288857579a7eeae89542f88fd8b012 /target/linux/octeon/generic | |
parent | 99b6e3cb41826cb920ddf06ee4ad447d71effc12 (diff) |
octeon: 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. Use bcm53xx as template for this fix.
Before the fix:
openwrt-imagebuilder-octeon.Linux-x86_64.tar.xz
After:
openwrt-imagebuilder-octeon-generic.Linux-x86_64.tar.xz
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux/octeon/generic')
-rw-r--r-- | target/linux/octeon/generic/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/octeon/generic/target.mk b/target/linux/octeon/generic/target.mk new file mode 100644 index 0000000000..f5cb1fb19b --- /dev/null +++ b/target/linux/octeon/generic/target.mk @@ -0,0 +1 @@ +BOARDNAME:=Generic |