mirror of https://github.com/hak5/openwrt-owl.git
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