octeon: fix imagebuilder generation by introducing generic target
authorNick Hainke <vincent@systemli.org>
Sun, 11 Sep 2022 11:52:31 +0000 (13:52 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 Oct 2022 12:21:03 +0000 (14:21 +0200)
commite946d9aa9d90ceefbd4a0c9e22a39767dc494afb
tree6d3a6e7b7db5bb4a07ea78c5da180ee48dbc2e10
parent6cffcb2e9fce3036b70721c634278614d72885db
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>
(cherry picked from commit a67f484e67b1d0930cb4b10b9e3787ecf7e71579)
target/linux/octeon/generic/target.mk [new file with mode: 0644]
target/linux/octeon/profiles/000-Generic.mk