2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-02-19 14:53:17 +00:00
|
|
|
|
|
|
|
define Profile/Default
|
2017-10-20 17:36:25 +00:00
|
|
|
NAME:=Default Profile
|
|
|
|
PRIORITY:=1
|
2013-02-19 14:53:17 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Default/Description
|
2020-05-18 19:10:40 +00:00
|
|
|
Default package set compatible with most P1010 boards.
|
2013-02-19 14:53:17 +00:00
|
|
|
endef
|
2017-10-20 17:36:25 +00:00
|
|
|
|
2013-02-19 14:53:17 +00:00
|
|
|
$(eval $(call Profile,Default))
|