mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-13 03:41:54 +00:00
10 lines
211 B
Makefile
10 lines
211 B
Makefile
|
|
define Profile/Default
|
|
NAME:=Default Profile (minimum package set)
|
|
PACKAGES:=
|
|
endef
|
|
|
|
define Profile/Default/Description
|
|
Default package set compatible with most boards.
|
|
endef
|
|
$(eval $(call Profile,Default))
|