2013-02-19 14:53:17 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
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
|
2017-10-20 17:36:25 +00:00
|
|
|
Default package set compatible with most P1020 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))
|