2021-02-10 14:52:34 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-08-04 13:54:32 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
2021-02-10 14:52:34 +01:00
|
|
|
|
2013-08-04 13:54:32 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2014-06-18 10:08:01 +00:00
|
|
|
ARCH:=mips64
|
2013-08-04 13:54:32 +00:00
|
|
|
BOARD:=octeon
|
|
|
|
BOARDNAME:=Cavium Networks Octeon
|
2017-01-13 14:03:01 +01:00
|
|
|
FEATURES:=squashfs ramdisk pci usb
|
2018-06-19 08:44:54 +02:00
|
|
|
CPU_TYPE:=octeonplus
|
2013-08-04 13:54:32 +00:00
|
|
|
|
2020-05-25 12:04:55 +02:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2020-04-23 17:03:57 +02:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.4
|
2013-08-04 13:54:32 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Cavium Networks Octeon-based boards.
|
|
|
|
endef
|
|
|
|
|
2016-09-04 13:34:18 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2016-09-08 14:46:25 +02:00
|
|
|
DEFAULT_PACKAGES += mkf2fs e2fsprogs
|
|
|
|
|
2013-08-04 13:54:32 +00:00
|
|
|
$(eval $(call BuildTarget))
|