mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
11 lines
211 B
Makefile
11 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))
|