2021-02-10 21:52:34 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-09-06 19:19:45 +08:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
|
|
2018-09-07 13:43:55 +08:00
|
|
|
define Profile/Default
|
2017-09-06 19:19:45 +08:00
|
|
|
PRIORITY:=1
|
2018-09-07 13:43:55 +08:00
|
|
|
NAME:=Default Profile
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
|
|
|
|
|
2018-09-07 13:43:55 +08:00
|
|
|
define Profile/Default/Description
|
2021-03-09 20:41:27 +08:00
|
|
|
Package set compatible with most NXP i.MX 6 based boards.
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
|
|
|
|
|
2018-09-07 13:43:55 +08:00
|
|
|
$(eval $(call Profile,Default))
|