octeon: fix imagebuilder generation by introducing generic target
authorNick Hainke <vincent@systemli.org>
Sun, 11 Sep 2022 11:52:31 +0000 (13:52 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 24 Sep 2022 21:53:53 +0000 (23:53 +0200)
commita67f484e67b1d0930cb4b10b9e3787ecf7e71579
tree4b03181f56288857579a7eeae89542f88fd8b012
parent99b6e3cb41826cb920ddf06ee4ad447d71effc12
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>
target/linux/octeon/generic/target.mk [new file with mode: 0644]
target/linux/octeon/profiles/000-Generic.mk