2021-02-10 21:52:34 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-06-06 05:25:03 +08:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
|
|
|
|
|
|
|
|
define Profile/Broadcom-mips74k-wl
|
|
|
|
|
NAME:=Broadcom SoC, BCM43xx WiFi (proprietary wl)
|
2022-05-25 22:38:44 +08:00
|
|
|
PACKAGES:=-wpad-basic-openssl kmod-brcm-wl wlc nas
|
2014-06-06 05:25:03 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
define Profile/Broadcom-mips74k-wl/Description
|
|
|
|
|
Package set for devices with BCM43xx WiFi including proprietary (and
|
|
|
|
|
closed source) driver "wl".
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
$(eval $(call Profile,Broadcom-mips74k-wl))
|
|
|
|
|
|