kernel: remove obsolete netfilter tcp window size check bypass patch
[openwrt/openwrt.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.15
14
15 define Target/Description
16 Build images for Octeon-TX CN80XX/CN81XX based boards
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 KERNELNAME:=Image
22
23 DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs blkid \
24 kmod-hwmon-gsc kmod-leds-gpio kmod-pps-gpio \
25 kmod-gpio-button-hotplug kmod-input-evdev kmod-rtc-ds1672 \
26 kmod-can kmod-can-mcp251x
27
28 $(eval $(call BuildTarget))