mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-09-15 07:29:44 +00:00
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>
21 lines
378 B
Makefile
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))
|