598b29585e
Use SPDX license tags to allow machines to check licenses. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
23 lines
400 B
Makefile
23 lines
400 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
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
define Target/Description
|
|
Support for Freescale i.MX23/i.MX28 boards
|
|
endef
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|