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