mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-19 13:20:36 +00:00
d649a8dcef
The testing kernel has been available since Mar/2022, let's switch to it by default. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
25 lines
422 B
Makefile
25 lines
422 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2013-2014 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=mxs
|
|
BOARDNAME:=Freescale i.MX23/i.MX28
|
|
FEATURES:=ext4 rtc usb gpio
|
|
CPU_TYPE:=arm926ej-s
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=5.15
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
define Target/Description
|
|
Support for Freescale i.MX23/i.MX28 boards
|
|
endef
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|