openwrt/target/linux/imx6/profiles/100-default.mk
Piotr Dymacz 368c20f06b imx6: rename Freescale to NXP in BOARDNAME and profiles
Freescale no longer exists, it was acquired by NXP in 2015.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2021-05-20 13:45:11 +02:00

15 lines
277 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2013 OpenWrt.org
define Profile/Default
PRIORITY:=1
NAME:=Default Profile
endef
define Profile/Default/Description
Package set compatible with most NXP i.MX 6 based boards.
endef
$(eval $(call Profile,Default))