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