mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-23 21:08:23 +00:00
9f7265beac
Freescale no longer exists, it was acquired by NXP in 2015. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com>
15 lines
277 B
Makefile
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))
|