0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-07-22 20:06:26 +00:00
Files
openwrt/target/linux/lantiq/Makefile
Shiji Yang 5e0f06d558 lantiq: enable 6.12 testing kernel
The 6.12 testing kernel for lantiq target is ready now.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
2025-07-18 12:31:00 +01:00

22 lines
407 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2007-2011 OpenWrt.org
include $(TOPDIR)/rules.mk
BOARD:=lantiq
BOARDNAME:=Lantiq
FEATURES:=squashfs
SUBTARGETS:=xrx200 xrx200_legacy xway xway_legacy falcon ase
KERNEL_PATCHVER:=6.6
KERNEL_TESTING_PATCHVER:=6.12
define Target/Description
Build firmware images for Lantiq SoC
endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))