mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-07-22 20:06:26 +00:00
The 6.12 testing kernel for lantiq target is ready now. Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
22 lines
407 B
Makefile
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))
|