2021-02-10 21:52:34 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2007-11-11 19:44:59 +08:00
|
|
|
#
|
2013-01-24 22:38:10 +08:00
|
|
|
# Copyright (C) 2007-2013 OpenWrt.org
|
2007-11-11 19:44:59 +08:00
|
|
|
|
|
|
|
|
define Profile/Broadcom-b43
|
2013-01-24 22:38:10 +08:00
|
|
|
NAME:=Broadcom SoC, all Ethernet, BCM43xx WiFi (b43, default)
|
2022-10-12 18:54:30 +08:00
|
|
|
PACKAGES:=kmod-b44 kmod-tg3 kmod-bgmac kmod-b43
|
2007-11-11 19:44:59 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
define Profile/Broadcom-b43/Description
|
2014-05-14 18:09:31 +08:00
|
|
|
Package set compatible with hardware any Broadcom BCM47xx or BCM535x
|
2022-10-12 18:54:30 +08:00
|
|
|
SoC with Broadcom BCM43xx Wifi cards using the mac80211, b43 and b44,
|
|
|
|
|
tg3 or bgmac Ethernet driver.
|
2007-11-11 19:44:59 +08:00
|
|
|
endef
|
2010-06-20 21:32:40 +08:00
|
|
|
|
2007-11-11 19:44:59 +08:00
|
|
|
$(eval $(call Profile,Broadcom-b43))
|
|
|
|
|
|