0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-09-15 07:29:44 +00:00
Files
openwrt/target/linux/lantiq/Makefile
Aleksander Jan Bajkowski 1ab585faf0 lantiq: switch to kernel 6.12
Let's switch the lantiq target to use kernel 6.12 by default.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/19682
Signed-off-by: Nick Hainke <vincent@systemli.org>
2025-08-05 23:25:26 +02:00

21 lines
378 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.12
define Target/Description
Build firmware images for Lantiq SoC
endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))