octeontx: add sqaushfs and ramdisk to features
[openwrt/staging/noltari.git] / target / linux / octeontx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2018 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=aarch64
8 BOARD:=octeontx
9 BOARDNAME:=Octeon-TX
10 FEATURES:=squashfs ramdisk targz pcie gpio rtc usb fpu
11 SUBTARGETS:=generic
12
13 KERNEL_PATCHVER:=5.10
14 KERNEL_TESTING_PATCHVER:=5.15
15
16 define Target/Description
17 Build images for Octeon-TX CN80XX/CN81XX based boards
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 KERNELNAME:=Image
23
24 $(eval $(call BuildTarget))