2021-02-10 21:52:34 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-08-19 05:50:40 +08:00
|
|
|
#
|
2016-05-25 03:09:19 +08:00
|
|
|
# Copyright (C) 2016 LEDE project
|
2014-08-19 05:50:40 +08:00
|
|
|
|
|
|
|
|
define Profile/Default
|
|
|
|
|
NAME:=Default Profile
|
2020-07-27 18:30:41 +08:00
|
|
|
PACKAGES:=kmod-b43 wpad-basic-wolfssl
|
2016-05-25 03:09:19 +08:00
|
|
|
PRIORITY:=1
|
2014-08-19 05:50:40 +08:00
|
|
|
endef
|
2016-05-25 03:09:19 +08:00
|
|
|
|
2014-08-19 05:50:40 +08:00
|
|
|
define Profile/Default/description
|
|
|
|
|
Package set compatible with most boards.
|
|
|
|
|
endef
|
2016-05-25 03:09:19 +08:00
|
|
|
|
2014-08-19 05:50:40 +08:00
|
|
|
$(eval $(call Profile,Default))
|