mac80211: remove old legacy legacy drivers
[openwrt/staging/ansuel.git] / target / linux / bcm47xx / legacy / profiles / 100-Broadcom-b43.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2007-2013 OpenWrt.org
4
5 define Profile/Broadcom-b43
6 NAME:=Broadcom SoC, all Ethernet, BCM43xx WiFi (b43, default)
7 PACKAGES:=kmod-b43
8 endef
9
10 define Profile/Broadcom-b43/Description
11 Package set compatible with hardware any Broadcom BCM47xx or BCM535x
12 SoC with Broadcom BCM43xx Wifi cards using the mac80211, b43 and
13 b44, tg3 or bgmac Ethernet driver.
14 endef
15
16 $(eval $(call Profile,Broadcom-b43))
17