2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-10-02 00:33:49 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
|
2018-09-05 07:52:57 +00:00
|
|
|
define Profile/Default
|
2016-05-17 18:03:22 +00:00
|
|
|
PRIORITY:=1
|
2018-09-05 07:52:57 +00:00
|
|
|
NAME:=Default Profile
|
2013-10-02 00:33:49 +00:00
|
|
|
endef
|
|
|
|
|
2018-09-05 07:52:57 +00:00
|
|
|
define Profile/Default/Description
|
2013-10-02 00:33:49 +00:00
|
|
|
Package set compatible with most Freescale i.MX 6 based boards.
|
|
|
|
endef
|
|
|
|
|
2018-09-05 07:52:57 +00:00
|
|
|
$(eval $(call Profile,Default))
|