ipq806x: add a default profile
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
1e152483de
commit
9dafab92bf
1 changed files with 9 additions and 0 deletions
9
target/linux/ipq806x/profiles/00-default.mk
Normal file
9
target/linux/ipq806x/profiles/00-default.mk
Normal 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))
|
Loading…
Reference in a new issue