3a6bce0e9fe80e9bfe875468342f8b3a0605f8d4
[openwrt/staging/mkresin.git] / target / linux / octeon / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=mips64
8 BOARD:=octeon
9 BOARDNAME:=Cavium Networks Octeon
10 FEATURES:=squashfs ramdisk pci usb
11 CPU_TYPE:=octeonplus
12
13 KERNEL_PATCHVER:=5.4
14 KERNEL_TESTING_PATCHVER:=5.10
15
16 define Target/Description
17 Build firmware images for Cavium Networks Octeon-based boards.
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 DEFAULT_PACKAGES += mkf2fs e2fsprogs
23
24 $(eval $(call BuildTarget))