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-brcmsmac
|
|
|
|
|
NAME:=Broadcom SoC, BCM43xx WiFi (brcmsmac)
|
2014-07-16 05:57:13 +08:00
|
|
|
PACKAGES:=kmod-brcmsmac
|
2014-06-06 05:25:03 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
define Profile/Broadcom-mips74k-brcmsmac/Description
|
|
|
|
|
Package set for devices with BCM43xx WiFi including mac80211 and
|
|
|
|
|
brcmsmac driver.
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
$(eval $(call Profile,Broadcom-mips74k-brcmsmac))
|
|
|
|
|
|