mirror of https://github.com/hak5/openwrt.git
ipq806x: add a default profile
Signed-off-by: John Crispin <john@phrozen.org>lede-17.01
parent
1e152483de
commit
9dafab92bf
|
@ -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 New Issue