lantiq: add Linux 5.10 support as testing kernel
[openwrt/openwrt.git] / target / linux / lantiq / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2007-2011 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=lantiq
8 BOARDNAME:=Lantiq
9 FEATURES:=squashfs
10 SUBTARGETS:=xrx200 xway xway_legacy falcon ase
11
12 KERNEL_PATCHVER:=5.4
13 KERNEL_TESTING_PATCHVER:=5.10
14
15 define Target/Description
16 Build firmware images for Lantiq SoC
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 $(eval $(call BuildTarget))