2021-02-10 14:52:34 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-01-23 15:15:44 -08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2018 OpenWrt.org
|
2021-02-10 14:52:34 +01:00
|
|
|
|
2018-01-23 15:15:44 -08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=aarch64
|
|
|
|
BOARD:=octeontx
|
|
|
|
BOARDNAME:=Octeon-TX
|
2022-12-28 13:38:15 -08:00
|
|
|
FEATURES:=squashfs ramdisk targz pcie gpio rtc usb fpu
|
2022-12-19 16:46:56 +01:00
|
|
|
SUBTARGETS:=generic
|
2018-01-23 15:15:44 -08:00
|
|
|
|
2022-01-29 16:09:24 +01:00
|
|
|
KERNEL_PATCHVER:=5.10
|
2022-10-03 17:00:19 +02:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.15
|
2018-01-23 15:15:44 -08:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build images for Octeon-TX CN80XX/CN81XX based boards
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:=Image
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|