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