forked from Openwrt/openwrt
a67f484e67
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>
14 lines
235 B
Makefile
14 lines
235 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
define Profile/Generic
|
|
NAME:=Octeon SoC
|
|
endef
|
|
|
|
define Profile/Generic/Description
|
|
Base packages for Octeon boards.
|
|
endef
|
|
|
|
$(eval $(call Profile,Generic))
|