ipq806x: add a default profile

Signed-off-by: John Crispin <john@phrozen.org>
lede-17.01
John Crispin 2016-05-30 23:56:43 +02:00
parent 1e152483de
commit 9dafab92bf
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
define Profile/Default
NAME:=Default Profile
PRIORITY:=1
endef
define Profile/Default/Description
Default package set compatible with most boards.
endef
$(eval $(call Profile,Default))